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