From: Jo-Philipp Wich Date: Fri, 14 Jan 2011 17:54:00 +0000 (+0000) Subject: applications/luci-mmc-over-gpio: fix postinst after r6728 X-Git-Tag: 0.11.0~2377 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=093f677a30e7059e4683b8a15cb5c8fb3e3287d8;p=oweals%2Fluci.git applications/luci-mmc-over-gpio: fix postinst after r6728 --- 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 }