diff options
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 } |