summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-08-12 01:36:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-08-12 01:36:06 +0000
commit21d78afaa92498fa62c808ed444f4c1dd7cce33e (patch)
tree634e92d3bfa50f2ac19bd308d616e3e6ba1d1d9b
parent01a4a3ab7333c393faf1c859af8a2dc3f6eb27b0 (diff)
* luci/themes: fix ipkg postinstall for openwrt.org light theme
-rwxr-xr-xthemes/openwrt-light/ipkg/postinst2
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
}