diff --git a/podkop/Makefile b/podkop/Makefile index 7b60fae..eb8a91d 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.3.9 +PKG_VERSION:=0.3.10 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog @@ -33,6 +33,8 @@ define Package/podkop/prerm grep -q "105 podkop" /etc/iproute2/rt_tables && sed -i "/105 podkop/d" /etc/iproute2/rt_tables +/etc/init.d/podkop stop + exit 0 endef