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