Rework LuCI build system
[project/luci.git] / applications / luci-ushare / ipkg / postinst
diff --git a/applications/luci-ushare/ipkg/postinst b/applications/luci-ushare/ipkg/postinst
deleted file mode 100644 (file)
index 54b1a33..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
-       ( . /etc/uci-defaults/luci-ushare ) && rm -f /etc/uci-defaults/luci-ushare
-       /etc/init.d/ushare enabled || /etc/init.d/ushare enable
-       exit 0
-}