diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-11 12:50:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-11 12:50:05 +0000 |
commit | 7ea8865444ac0ea3521b2b82c2bff4c57914c540 (patch) | |
tree | 906cac1e177cba6a231faa073d8c3ca76792abbb | |
parent | c520d46a85a61d067ee62618620c829c38c7c74e (diff) |
modules/admin-full: remove luci-bwc postinstall
-rwxr-xr-x | modules/admin-full/ipkg/postinst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/admin-full/ipkg/postinst b/modules/admin-full/ipkg/postinst deleted file mode 100755 index a36479ba7..000000000 --- a/modules/admin-full/ipkg/postinst +++ /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 -} |