diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-12 01:36:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-12 01:36:06 +0000 |
commit | 21d78afaa92498fa62c808ed444f4c1dd7cce33e (patch) | |
tree | 634e92d3bfa50f2ac19bd308d616e3e6ba1d1d9b /themes | |
parent | 01a4a3ab7333c393faf1c859af8a2dc3f6eb27b0 (diff) |
* luci/themes: fix ipkg postinstall for openwrt.org light theme
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/openwrt-light/ipkg/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |