From: Jo-Philipp Wich Date: Tue, 12 Aug 2008 01:36:06 +0000 (+0000) Subject: * luci/themes: fix ipkg postinstall for openwrt.org light theme X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=21d78afaa92498fa62c808ed444f4c1dd7cce33e;p=openwrt-luci.git * luci/themes: fix ipkg postinstall for openwrt.org light theme --- diff --git a/themes/openwrt-light/ipkg/postinst b/themes/openwrt-light/ipkg/postinst index 48ea52273f..85db6c6006 100755 --- a/themes/openwrt-light/ipkg/postinst +++ b/themes/openwrt-light/ipkg/postinst @@ -1,4 +1,4 @@ #!/bin/sh [ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-theme-openwrt ) && rm -f /etc/uci-defaults/luci-theme-openwrt + ( . /etc/uci-defaults/luci-theme-openwrtlight ) && rm -f /etc/uci-defaults/luci-theme-openwrtlight }