Use numeric prefixes for uci-defaults scripts
[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
deleted file mode 100644 (file)
index efc8a89..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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