#!/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'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/security/acmetool
Commit message (Expand)AuthorAgeFilesLines
* security/acmetool: Update to 0.0.67yuri2018-03-062-40/+40
* Update to upstream version 0.0.62riggs2018-01-032-76/+79
* * Updated to 0.0.61ultima2017-11-292-77/+83