aboutsummaryrefslogtreecommitdiffstats
path: root/www/interchange/pkg-deinstall
blob: 138dbbe1bb41826504522d2391efb7409289d857 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# $FreeBSD$
#

if [ "$2" != "POST-DEINSTALL" ]; then
    exit 0
fi

USER=interch

# Don't delete it, there may be ${USER} owned files around.
pw usershow "${USER}" >/dev/null 2>&1 \
    && echo -e "*\n* To delete the user '${USER}' use 'pw userdel ${USER}'.\n*"

exit 0
commitgraph'>* Reset maintainer from 3d@FreeBSD.org to ports@FreeBSD.org. Apparentlylinimon2004-01-121-1/+1 * Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-2/+2 * Clear moonlight beckons.ade2003-03-072-1/+1 * ONLY_FOR_ARCHS=i386 alphakris2002-12-031-0/+1 * Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0 * Fix build on -current (machine/soundcard.h -> sys/soundcard.h)kris2002-08-231-0/+11 * machine/soundcard.h -> sys/soundcard.hpetef2002-06-071-0/+5