summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-mmc_over_gpio/ipkg/postinst
blob: cf16b8a4bb473d56b182d0b0c4182d8becccef0f (plain)
1
2
3
4
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	( . /etc/uci-defaults/luci-mmc_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_gpio
}