modules/admin-full: remove luci-bwc postinstall
[project/luci.git] / modules / admin-full / ipkg / postinst
diff --git a/modules/admin-full/ipkg/postinst b/modules/admin-full/ipkg/postinst
deleted file mode 100755 (executable)
index a36479b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-[ -n "${IPKG_INSTROOT}" ] || {
-       /etc/init.d/luci_bwc enabled || /etc/init.d/luci_bwc enable
-       exit 0
-}