Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | security/acmetool: Update to 0.0.67 | yuri | 2018-03-06 | 2 | -40/+40 |
* | Update to upstream version 0.0.62 | riggs | 2018-01-03 | 2 | -76/+79 |
* | * Updated to 0.0.61 | ultima | 2017-11-29 | 2 | -77/+83 |
#!/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 vcs-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | security/acmetool: Update to 0.0.67 | yuri | 2018-03-06 | 2 | -40/+40 |
* | Update to upstream version 0.0.62 | riggs | 2018-01-03 | 2 | -76/+79 |
* | * Updated to 0.0.61 | ultima | 2017-11-29 | 2 | -77/+83 |