From 956ef7a855baf02eae168f9279ff3f68c203ddc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Wed, 16 Aug 2017 01:10:55 +0200 Subject: [PATCH] acme: Make sure postrm script doesn't fail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #4716. Signed-off-by: Toke Høiland-Jørgensen --- net/acme/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/acme/Makefile b/net/acme/Makefile index a7f066450..64796cc66 100644 --- a/net/acme/Makefile +++ b/net/acme/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme PKG_SOURCE_VERSION:=7b40cbe8c1a52041351524bcde4b37665a7cdf79 PKG_VERSION:=1.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPLv3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.xz @@ -90,6 +90,7 @@ uci -q get ucitrack.@acme[0] > /dev/null && { uci delete ucitrack.@acme[0] uci commit } +exit 0 endef