summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/phpldapadmin/files/pkg-deinstall.in')
-rw-r--r--net/phpldapadmin/files/pkg-deinstall.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/phpldapadmin/files/pkg-deinstall.in b/net/phpldapadmin/files/pkg-deinstall.in
deleted file mode 100644
index abdf9fe5b5aa..000000000000
--- a/net/phpldapadmin/files/pkg-deinstall.in
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/net/phpldapadmin/files/pkg-deinstall.in,v 1.3 2009-12-24 20:50:22 miwi 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!
-#