summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-mmc_over_gpio/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-27 23:07:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-27 23:07:46 +0000
commit0942fcc70be2ffa28158d64aa6dfacd68b747067 (patch)
tree53f4ee9c10974a16e1b577cb8bf2de6152bf03ac /applications/luci-mmc_over_gpio/ipkg
parentdc00b42e6da0765e6fd213e50230d4765569f9ac (diff)
* luci/applications: add new mmc_over_gpio configuration, thanks Yanira!
Diffstat (limited to 'applications/luci-mmc_over_gpio/ipkg')
-rw-r--r--applications/luci-mmc_over_gpio/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-mmc_over_gpio/ipkg/postinst b/applications/luci-mmc_over_gpio/ipkg/postinst
new file mode 100644
index 000000000..cf16b8a4b
--- /dev/null
+++ b/applications/luci-mmc_over_gpio/ipkg/postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-mmc_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_gpio
+}