projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c520d46
)
modules/admin-full: remove luci-bwc postinstall
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 11 Sep 2011 12:50:05 +0000
(12:50 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 11 Sep 2011 12:50:05 +0000
(12:50 +0000)
modules/admin-full/ipkg/postinst
[deleted file]
patch
|
blob
|
history
diff --git
a/modules/admin-full/ipkg/postinst
b/modules/admin-full/ipkg/postinst
deleted file mode 100755
(executable)
index
a36479b
..0000000
--- 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
-}