* luci/themes: add "OpenWrt Light" theme, a derivate of openwrt.org theme without...
[project/luci.git] / themes / openwrt-light / ipkg / postinst
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         ( . /etc/uci-defaults/luci-theme-openwrt ) &&   rm -f /etc/uci-defaults/luci-theme-openwrt
4 }