diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
| commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
| tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /databases/phpmyadmin211/pkg-deinstall-suphp | |
| parent | a33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff) | |
Diffstat (limited to 'databases/phpmyadmin211/pkg-deinstall-suphp')
| -rw-r--r-- | databases/phpmyadmin211/pkg-deinstall-suphp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/databases/phpmyadmin211/pkg-deinstall-suphp b/databases/phpmyadmin211/pkg-deinstall-suphp deleted file mode 100644 index f5991ecbab23..000000000000 --- a/databases/phpmyadmin211/pkg-deinstall-suphp +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -case $2 in - POST-DEINSTALL) - cat <<EOMSG -The phpMyAdmin-suphp port has been deleted. -If you are not upgrading and don't intend to use -phpMyAdmin any more then you may wish to delete -the %%MYADMUSR%% account, which can be done with -the following command: - - # pw userdel %%MYADMUSR%% -EOMSG - if [ -d %%PREFIX%%/%%MYADMDIR%% ] ; then - echo " # rm -rf %%PREFIX%%/%%MYADMDIR%%/" - fi - echo - ;; -esac - -# -# That's All Folks! -#
\ No newline at end of file |
