contrib/package/sysupgrade-atheros: fix postinstall
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 21 Jun 2009 11:18:09 +0000 (11:18 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 21 Jun 2009 11:18:09 +0000 (11:18 +0000)
contrib/package/sysupgrade-atheros/Makefile

index 43c7fee..7b20d85 100644 (file)
@@ -40,10 +40,8 @@ endef
 define Package/sysupgrade-atheros/postinst
 #!/bin/sh
 [ -n "$${IPKG_INSTROOT}" ] || {
 define Package/sysupgrade-atheros/postinst
 #!/bin/sh
 [ -n "$${IPKG_INSTROOT}" ] || {
-  if ! grep -q /etc/firewall.freifunk /etc/config/firewall; then
-    uci add firewall include >/dev/null
-    uci set firewall.@include[-1].path=/etc/firewall.freifunk
-    uci commit firewall
+  if [ -f /lib/upgrade/kill-ffwatchd.sh ]; then
+    rm -f /lib/upgrade/kill-ffwatchd.sh
   fi
 }
 endef
   fi
 }
 endef