summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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
}