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