luci-app-ushare: remove from repo
[project/luci.git] / applications / luci-app-ushare / root / etc / uci-defaults / 40_luci-ushare
diff --git a/applications/luci-app-ushare/root/etc/uci-defaults/40_luci-ushare b/applications/luci-app-ushare/root/etc/uci-defaults/40_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