#!/bin/sh # $FreeBSD: /tmp/pcvs/ports/databases/dbXML/pkg-deinstall,v 1.1 2002-03-30 11:48:53 znerd Exp $ # if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi USER=dbxml if pw usershow "${USER}" 2>/dev/null 1>&2; then if pw userdel ${USER}; then echo "Delete user/group \"${USER}\"." else echo "Deleting user/group \"${USER}\" failed..." exit 1 fi fi exit 0 2013-evolution' title='gsoc2013-evolution Git repository'/>
![]() |
index : gsoc2013-evolution | |
Google Summer of Code 2013 - GNOME - Archive Integration workspace |
aboutsummaryrefslogtreecommitdiffstats |