freebsd-ports/net-im/jabberd/files/pkg-deinstall.in
Martin Matuska 84c743c902 Update to 2.2.14
Switch to USERS and GROUPS
2011-06-19 10:14:45 +00:00

13 lines
195 B
Bash

#!/bin/sh
# $FreeBSD$
if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi
RUNDIR="%%JABBER_RUNDIR%%"
echo "===> You should manually delete the following directories:"
echo "${RUNDIR}"
exit 0