diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-11 16:56:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-11 16:56:16 +0000 |
commit | 64541eda089848a84ffed7e73057fed22c6f125c (patch) | |
tree | 0d7f20444c020bcfec0f061b3a2addc823b5d9c0 /themes/openwrt-light/ipkg | |
parent | ba28c052427a24ecb762d834dec4404b47189c64 (diff) |
* luci/themes: add "OpenWrt Light" theme, a derivate of openwrt.org theme without images
Diffstat (limited to 'themes/openwrt-light/ipkg')
-rwxr-xr-x | themes/openwrt-light/ipkg/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/openwrt-light/ipkg/postinst b/themes/openwrt-light/ipkg/postinst new file mode 100755 index 000000000..48ea52273 --- /dev/null +++ b/themes/openwrt-light/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-theme-openwrt ) && rm -f /etc/uci-defaults/luci-theme-openwrt +} |