* luci/applications: add new mmc_over_gpio configuration, thanks Yanira!
[project/luci.git] / applications / luci-mmc_over_gpio / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         ( . /etc/uci-defaults/luci-mmc_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_gpio
4 }