From 684fa2052592e3efd5912599f242c79975ce9796 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 3 Oct 2008 20:34:12 +0000 Subject: [PATCH] * luci/themes/freifunk: fix postinstall --- themes/freifunk/ipkg/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.11.0