diff options
Diffstat (limited to 'net/phpldapadmin098/files/pkg-deinstall.in')
-rw-r--r-- | net/phpldapadmin098/files/pkg-deinstall.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/phpldapadmin098/files/pkg-deinstall.in b/net/phpldapadmin098/files/pkg-deinstall.in deleted file mode 100644 index 3231a32ddff6..000000000000 --- a/net/phpldapadmin098/files/pkg-deinstall.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/net/phpldapadmin098/files/Attic/pkg-deinstall.in,v 1.2 2008-03-09 04:45:39 rafan 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 %%PLA_USR%% account, which can be done with -the following command: - - # pw userdel %%PLA_USR%% -EOMSG - if [ -d %%WWWDIR%% ] ; then - echo " # rm -rf %%WWWDIR%%/" - fi - echo - ;; -esac - -# -# That's All Folks! -# |