Rework LuCI build system
[project/luci.git] / applications / luci-app-shairplay / root / etc / uci-defaults / luci-shairplay
diff --git a/applications/luci-app-shairplay/root/etc/uci-defaults/luci-shairplay b/applications/luci-app-shairplay/root/etc/uci-defaults/luci-shairplay
new file mode 100644 (file)
index 0000000..efc8a89
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# needed for "Save and Apply" to restart shairplay
+uci -q batch <<-EOF >/dev/null
+       delete ucitrack.@shairplay[-1]
+       add ucitrack shairplay
+       set ucitrack.@shairplay[-1].init="shairplay"
+       commit ucitrack
+EOF
+
+rm -f /tmp/luci-indexcache
+exit 0