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

PR:     ports/166123
Submitted by:   jgh
Approved by:    maintainer timeout ( 14 days )
Feature safe:   yes
2012-03-29 00:46:23 +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