From 21d78afaa92498fa62c808ed444f4c1dd7cce33e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 12 Aug 2008 01:36:06 +0000 Subject: [PATCH] * luci/themes: fix ipkg postinstall for openwrt.org light theme --- themes/openwrt-light/ipkg/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.11.0