summaryrefslogtreecommitdiff
path: root/parallel/glunix/DEINSTALL
blob: 81b7b4a3553c3ce03778094dc9d6c6537e498e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:58:14 zuntum Exp $
#

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

if ! user del glunix
then
    echo Removing user \'glunix\' failed, please remove him manually.
fi
if ! group del glunix
then
    echo Removing group  \'glunix\' failed, please remove it manually.
fi