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