freebsd-ports/mail/openwebmail/pkg-deinstall
2004-01-03 11:26:54 +00:00

6 lines
118 B
Bash

#!/bin/sh
if [ "$2" != "DEINSTALL" ]; then
exit 0
fi
rm -fr ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions/*