freebsd-ports/mail/qmail-scanner/files/pkg-deinstall.in
Jason Helfman df42f1e153 - drop invalid post-deinstall target
- add pkg-deinstall script and add to SUB_FILES

PR:	ports/166122
Submitted by:	jgh
Approved by:	maintainer timeout ( 14 days )
Feature safe:	yes
2012-03-29 00:45:24 +00:00

5 lines
127 B
Bash

#!/bin/sh
if [ "$2" = "DEINSTALL" ]; then
echo "If you're not updating this port, you can delete directory %%SPOOLDIR%%"
fi