1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Don't return error on package deinstallation.

This commit is contained in:
Tijl Coosemans 2016-09-07 14:56:15 +00:00
parent 8d8d107e62
commit f1fe11d4c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421505
2 changed files with 1 additions and 4 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= zerowait
PORTVERSION= 0.8d
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://BSDforge.com/projects/source/www/zerowait-httpd/
PKGNAMESUFFIX= -httpd

View File

@ -19,8 +19,5 @@ POST-DEINSTALL)
echo ""
fi
;;
*)
exit 64
;;
esac
exit 0