projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6811edb
)
applications/luci-mmc-over-gpio: fix postinst after r6728
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 14 Jan 2011 17:54:00 +0000
(17:54 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 14 Jan 2011 17:54:00 +0000
(17:54 +0000)
applications/luci-mmc-over-gpio/ipkg/postinst
patch
|
blob
|
history
diff --git
a/applications/luci-mmc-over-gpio/ipkg/postinst
b/applications/luci-mmc-over-gpio/ipkg/postinst
index 8921c30ea84fd1626736d70ed2b13699dce070f4..6d18799af97b9dc555d43aa08df173b2cf00e57f 100644
(file)
--- a/
applications/luci-mmc-over-gpio/ipkg/postinst
+++ b/
applications/luci-mmc-over-gpio/ipkg/postinst
@@
-1,6
+1,6
@@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-mmc
_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_
gpio
+ ( . /etc/uci-defaults/luci-mmc
-over-gpio ) && rm -f /etc/uci-defaults/luci-mmc-over-
gpio
/etc/init.d/mmc_over_gpio enabled || /etc/init.d/mmc_over_gpio enable
exit 0
}