#!/bin/sh # # $FreeBSD$ # if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi USER=sympa GROUP=${USER} if pw groupshow "${USER}" 2>/dev/null 1>&2; then echo "To delete the 'sympa' group permanently, use 'pw groupdel ${USER}'" fi if pw usershow "${USER}" 2>/dev/null 1>&2; then echo "To delete the 'sympa' user permanently, use 'pw userdel ${USER}'" fi exit 0 https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/btpeer
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
* Populate newly create net-p2p category with these ports:pav2006-01-311-1/+1
* Add SHA256 checksumlioux2005-11-111-0/+1