modules/admin-full: remove luci-bwc postinstall
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 11 Sep 2011 12:50:05 +0000 (12:50 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 11 Sep 2011 12:50:05 +0000 (12:50 +0000)
modules/admin-full/ipkg/postinst [deleted file]

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
-}