From 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Thu, 23 Mar 2006 22:24:03 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'. --- www/squid27/pkg-deinstall | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 www/squid27/pkg-deinstall (limited to 'www/squid27/pkg-deinstall') diff --git a/www/squid27/pkg-deinstall b/www/squid27/pkg-deinstall deleted file mode 100644 index 2814161bd6e0..000000000000 --- a/www/squid27/pkg-deinstall +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -DEINSTALL) - cd ${PKG_PREFIX}/etc/squid || exit 1 - for f in cachemgr.conf mime.conf msntauth.conf squid.conf; do - cmp -s -z ${f} ${f}.default && rm ${f} - done - ;; -POST-DEINSTALL) - echo "===> post-deinstallation information for $1" - echo "" - 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 "" - if [ -d ${PKG_PREFIX}/squid -o -d ${PKG_PREFIX}/etc/squid ] ; then - echo "" - 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 "" - ;; -*) - exit 64 - ;; -esac -exit 0 -- cgit v1.2.3