#!/bin/sh # $FreeBSD: /tmp/pcvs/ports/russian/apache13-modssl/Attic/pkg-deinstall,v 1.2 2002-07-02 08:44:07 demon Exp $ # if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi USER=www if pw usershow "${USER}" 2>/dev/null 1>&2; then echo "To delete Apache user permanently, use 'pw userdel ${USER}'" fi exit 0