From 0424ac80494259071a7127e5adb56aaa5b28c5a5 Mon Sep 17 00:00:00 2001 From: =?utf8?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=utf8 Content-Transfer-Encoding: 8bit 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 97311b3de2..3cc3f784a3 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.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPLv3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.xz @@ -91,6 +91,7 @@ uci -q get ucitrack.@acme[0] > /dev/null && { uci delete ucitrack.@acme[0] uci commit } +exit 0 endef -- 2.30.2