summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt-light/ipkg
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-08-11 16:56:16 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-08-11 16:56:16 +0000
commit64541eda089848a84ffed7e73057fed22c6f125c (patch)
tree0d7f20444c020bcfec0f061b3a2addc823b5d9c0 /themes/openwrt-light/ipkg
parentba28c052427a24ecb762d834dec4404b47189c64 (diff)
* luci/themes: add "OpenWrt Light" theme, a derivate of openwrt.org theme without images
Diffstat (limited to 'themes/openwrt-light/ipkg')
-rwxr-xr-xthemes/openwrt-light/ipkg/postinst4
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
+}