Rework LuCI build system
[project/luci.git] / applications / luci-ushare / root / etc / uci-defaults / luci-ushare
diff --git a/applications/luci-ushare/root/etc/uci-defaults/luci-ushare b/applications/luci-ushare/root/etc/uci-defaults/luci-ushare
deleted file mode 100755 (executable)
index 8bcb6e4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-uci -q batch <<-EOF >/dev/null
-       delete ucitrack.@ushare[-1]
-       add ucitrack ushare
-       set ucitrack.@ushare[-1].init=ushare
-       commit ucitrack
-EOF
-
-rm -f /tmp/luci-indexcache
-exit 0