applications/luci-mmc-over-gpio: fix postinst after r6728
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 14 Jan 2011 17:54:00 +0000 (17:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 14 Jan 2011 17:54:00 +0000 (17:54 +0000)
applications/luci-mmc-over-gpio/ipkg/postinst

index 8921c30..6d18799 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 [ -n "${IPKG_INSTROOT}" ] || {
 #!/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
 }
        /etc/init.d/mmc_over_gpio enabled || /etc/init.d/mmc_over_gpio enable
        exit 0
 }