From: Jo-Philipp Wich Date: Fri, 3 Oct 2008 20:34:12 +0000 (+0000) Subject: * luci/themes/freifunk: fix postinstall X-Git-Tag: 0.9.0~1152 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=684fa2052592e3efd5912599f242c79975ce9796;p=project%2Fluci.git * luci/themes/freifunk: fix postinstall --- diff --git a/themes/freifunk/ipkg/postinst b/themes/freifunk/ipkg/postinst index 5972881a8..f5d35c9ab 100755 --- a/themes/freifunk/ipkg/postinst +++ b/themes/freifunk/ipkg/postinst @@ -1,4 +1,4 @@ #!/bin/sh [ -n "${IPKG_INSTROOT}" ] || { - ( . /etc/uci-defaults/luci-theme-freifunk-bno ) && rm -f /etc/uci-defaults/luci-theme-freifunk-bno + ( . /etc/uci-defaults/luci-theme-freifunk ) && rm -f /etc/uci-defaults/luci-theme-freifunk }