diff options
Diffstat (limited to 'irc/bitlbee-otr/files/pkg-deinstall.in')
-rw-r--r-- | irc/bitlbee-otr/files/pkg-deinstall.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/irc/bitlbee-otr/files/pkg-deinstall.in b/irc/bitlbee-otr/files/pkg-deinstall.in deleted file mode 100644 index ace23937dfc0..000000000000 --- a/irc/bitlbee-otr/files/pkg-deinstall.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -# -# $FreeBSD$ -# - -BITLBEEUSER=%%BITLBEEUSER%% -BITLBEEGROUP=%%BITLBEEGROUP%% - -if [ "$2" = "POST-DEINSTALL" ]; then - if /usr/sbin/pw group show "${BITLBEEGROUP}" 2>&1 >/dev/null; then - echo "You should manually remove the \"${BITLBEEGROUP}\" group." - fi - - if /usr/sbin/pw user show "${BITLBEEUSER}" 2>&1 >/dev/null; then - echo "You should manually remove the \"${BITLBEEUSER}\" user." - fi -fi |