1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
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

14 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