summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt-light/ipkg/postinst
blob: 85db6c6006ad742e0ebdadd5a47811cf314f0cd2 (plain)
1
2
3
4
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	( . /etc/uci-defaults/luci-theme-openwrtlight ) &&	rm -f /etc/uci-defaults/luci-theme-openwrtlight
}