diff options
Diffstat (limited to 'databases/phpmyadmin/files/pkg-deinstall.in')
-rw-r--r-- | databases/phpmyadmin/files/pkg-deinstall.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/phpmyadmin/files/pkg-deinstall.in b/databases/phpmyadmin/files/pkg-deinstall.in index 4962506b4e26..83204b698c11 100644 --- a/databases/phpmyadmin/files/pkg-deinstall.in +++ b/databases/phpmyadmin/files/pkg-deinstall.in @@ -9,13 +9,13 @@ case $2 in 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 %%PMA_USR%% account, which can be done with the following command: - # pw userdel %%MYADMUSR%% + # pw userdel %%PMA_USR%% EOMSG - if [ -d %%PREFIX%%/%%MYADMDIR%% ] ; then - echo " # rm -rf %%PREFIX%%/%%MYADMDIR%%/" + if [ -d %%WWWDIR%% ] ; then + echo " # rm -rf %%WWWDIR%%/" fi echo ;; |