#!/bin/sh # $FreeBSD: /tmp/pcvs/ports/www/apache13+ipv6/Attic/pkg-deinstall,v 1.1 2001-10-23 04:41:45 sumikawa Exp $ # if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi USER=www 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 -git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/www/twiki-JSCalendarContrib
Commit message (Expand)AuthorAgeFilesLines
* - Unforbid TWikiglarkin2008-10-202-4/+4