applications/luci-mmc-over-gpio: fix postinst after r6728

This commit is contained in:
Jo-Philipp Wich 2011-01-14 17:54:00 +00:00
parent 6811edb3d9
commit 093f677a30

View file

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