From 64541eda089848a84ffed7e73057fed22c6f125c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 11 Aug 2008 16:56:16 +0000 Subject: * luci/themes: add "OpenWrt Light" theme, a derivate of openwrt.org theme without images --- themes/openwrt-light/ipkg/postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 themes/openwrt-light/ipkg/postinst (limited to 'themes/openwrt-light/ipkg/postinst') diff --git a/themes/openwrt-light/ipkg/postinst b/themes/openwrt-light/ipkg/postinst new file mode 100755 index 0000000000..48ea52273f --- /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 +} -- cgit v1.2.3