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-Tag: 0.8.0~463 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=21d78afaa92498fa62c808ed444f4c1dd7cce33e;p=project%2Fluci.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 48ea52273..85db6c600 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 }