diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-14 17:54:00 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-14 17:54:00 +0000 |
commit | 093f677a30e7059e4683b8a15cb5c8fb3e3287d8 (patch) | |
tree | bcb5124f4a342fd9237852ff47e776b99d93a69d /applications/luci-mmc-over-gpio/ipkg/postinst | |
parent | 6811edb3d9fe289190fbc7337d372027a655daf8 (diff) |
applications/luci-mmc-over-gpio: fix postinst after r6728
Diffstat (limited to 'applications/luci-mmc-over-gpio/ipkg/postinst')
-rw-r--r-- | applications/luci-mmc-over-gpio/ipkg/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-mmc-over-gpio/ipkg/postinst b/applications/luci-mmc-over-gpio/ipkg/postinst index 8921c30ea..6d18799af 100644 --- 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 } |