Use numeric prefixes for uci-defaults scripts
[project/luci.git] / applications / luci-app-ahcp / root / etc / uci-defaults / luci-ahcp
diff --git a/applications/luci-app-ahcp/root/etc/uci-defaults/luci-ahcp b/applications/luci-app-ahcp/root/etc/uci-defaults/luci-ahcp
deleted file mode 100755 (executable)
index f2b2487..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-uci -q batch <<-EOF >/dev/null
-       delete ucitrack.@ahcpd[-1]
-       add ucitrack ahcpd
-       set ucitrack.@ahcpd[-1].init=ahcpd
-       commit ucitrack
-EOF
-
-rm -f /tmp/luci-indexcache
-exit 0