summaryrefslogtreecommitdiff
path: root/net/phpldapadmin098/pkg-deinstall-suphp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
commit3add449a170be706377b66bee46af25633bc945c (patch)
tree7415df14a37624ff0b24fd40bde079927a88c28a /net/phpldapadmin098/pkg-deinstall-suphp
parent975af646f278430e563b72219a2c3055b211eb1a (diff)
Diffstat (limited to 'net/phpldapadmin098/pkg-deinstall-suphp')
-rw-r--r--net/phpldapadmin098/pkg-deinstall-suphp26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/phpldapadmin098/pkg-deinstall-suphp b/net/phpldapadmin098/pkg-deinstall-suphp
deleted file mode 100644
index 3e29ddb5febb..000000000000
--- a/net/phpldapadmin098/pkg-deinstall-suphp
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-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!
-#