X-Git-Url: https://git.syn-net.org/?p=debian%2Fuanytun.git;a=blobdiff_plain;f=debian%2Fprerm;h=631c043cf124b986fd4c3117b788e4040262d8aa;hp=01b209c22fd4b2037464daf21732722e114167d9;hb=070b3647db25cc1517ff748c6ae5b36dc53d4603;hpb=49edb2f365c78df40996baf53a984d8674978223 diff --git a/debian/prerm b/debian/prerm index 01b209c..631c043 100755 --- a/debian/prerm +++ b/debian/prerm @@ -10,3 +10,5 @@ if [ -x "/etc/init.d/uanytun" ] && [ "$1" = remove ]; then /etc/init.d/uanytun stop || true fi fi + +#DEBHELPER#