flm01/mote/v1/openwrt/package/luci/applications/luci-mmc_over_gpio/ipkg/postinst

5 lines
133 B
Bash

#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
( . /etc/uci-defaults/luci-mmc_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_gpio
}