* luci/themes: fix ipkg postinstall for openwrt.org light theme
[project/luci.git] / 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
 }