diff options
Diffstat (limited to 'www/squid26/pkg-deinstall')
-rw-r--r-- | www/squid26/pkg-deinstall | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/www/squid26/pkg-deinstall b/www/squid26/pkg-deinstall index d7d6e0452a25..2814161bd6e0 100644 --- a/www/squid26/pkg-deinstall +++ b/www/squid26/pkg-deinstall @@ -15,17 +15,21 @@ DEINSTALL) POST-DEINSTALL) echo "===> post-deinstallation information for $1" echo "" - echo " Please note that squid was not completely removed" - echo " from this system:" + echo " Note:" + echo " squid related user accounts and groups were not removed." + echo "" + echo " To remove the 'squid' user and the 'squid' group which were" + echo " created by a default installation of this package, run" + echo "" + echo " pw userdel -r -n squid -u 100" echo "" - echo " Any squid related user accounts were kept." if [ -d ${PKG_PREFIX}/squid -o -d ${PKG_PREFIX}/etc/squid ] ; then echo "" - echo " Additionally, cache and log directories as well as" - echo " configuration files modified by you were preserved" - echo " too, in case you want to install an updated version" - echo " of squid. You need to remove them manually if you do" - echo " not want to use it any longer." + echo " To ease updates, the cache and log directories and" + echo " all configuration files modified by you were preserved." + echo "" + echo " Please remove them manually if you do not want to use" + echo " squid any longer." fi echo "" ;; |