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