diff options
Diffstat (limited to 'databases/phpmyadmin211/files/pkg-deinstall.in')
-rw-r--r-- | databases/phpmyadmin211/files/pkg-deinstall.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/databases/phpmyadmin211/files/pkg-deinstall.in b/databases/phpmyadmin211/files/pkg-deinstall.in deleted file mode 100644 index 83204b698c11..000000000000 --- a/databases/phpmyadmin211/files/pkg-deinstall.in +++ /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 %%PMA_USR%% account, which can be done with -the following command: - - # pw userdel %%PMA_USR%% -EOMSG - if [ -d %%WWWDIR%% ] ; then - echo " # rm -rf %%WWWDIR%%/" - fi - echo - ;; -esac - -# -# That's All Folks! -# |