freebsd-ports/russian/apache13-modssl/pkg-deinstall
Dmitry Sivachenko cd4aae388c Update:
Apache http server: 1.3.26
Russian patch (RA): 30.14
mod_ssl:            2.8.10

PR:		40037
Submitted by:	"Lev A. Serebryakov" <lev@serebryakov.spb.ru> (maintainer)
2002-07-02 08:44:07 +00:00

16 lines
313 B
Bash

#!/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