* luci/themes: fix ipkg postinstall for openwrt.org light theme
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Aug 2008 01:36:06 +0000 (01:36 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Aug 2008 01:36:06 +0000 (01:36 +0000)
themes/openwrt-light/ipkg/postinst

index 48ea522..85db6c6 100755 (executable)
@@ -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
 }