diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-27 23:07:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-27 23:07:46 +0000 |
commit | 0942fcc70be2ffa28158d64aa6dfacd68b747067 (patch) | |
tree | 53f4ee9c10974a16e1b577cb8bf2de6152bf03ac /applications/luci-mmc_over_gpio/ipkg | |
parent | dc00b42e6da0765e6fd213e50230d4765569f9ac (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/postinst | 4 |
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 +} |