diff options
| author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-11 23:51:12 +0000 |
|---|---|---|
| committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-11 23:51:12 +0000 |
| commit | 4992047d947fd9bb8fd29da2fb45a6a0b258c990 (patch) | |
| tree | 2df3c4e2d4512a4a4cd3a98b6983ff5adf978aab /net/phpldapadmin/files/pkg-deinstall.in | |
| parent | Unbreak and fix build. (diff) | |
Update to 0.9.7.2
PR: ports/90251
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=150931
Diffstat (limited to 'net/phpldapadmin/files/pkg-deinstall.in')
| -rw-r--r-- | net/phpldapadmin/files/pkg-deinstall.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/pkg-deinstall.in b/net/phpldapadmin/files/pkg-deinstall.in new file mode 100644 index 000000000000..cca9c556093d --- /dev/null +++ b/net/phpldapadmin/files/pkg-deinstall.in @@ -0,0 +1,26 @@ +#!/bin/sh +# +# $FreeBSD: /tmp/pcvs/ports/net/phpldapadmin/files/pkg-deinstall.in,v 1.1 2005-12-11 23:51:12 lawrance Exp $ +# + +case $2 in + POST-DEINSTALL) + cat <<EOMSG +The phpldapadmin-suphp port has been deleted. +If you are not upgrading and don't intend to use +phpLDAPadmin any more then you may wish to delete +the %%PLAUSR%% account, which can be done with +the following command: + + # pw userdel %%PLAUSR%% +EOMSG + if [ -d %%PREFIX%%/%%PLADIR%% ] ; then + echo " # rm -rf %%PREFIX%%/%%PLADIR%%/" + fi + echo + ;; +esac + +# +# That's All Folks! +# |
