[Logcheck-commits] CVS logcheck/debian

CVS User maks-guest logcheck-devel at lists.alioth.debian.org
Tue Jul 4 16:46:20 UTC 2006


Update of /cvsroot/logcheck/logcheck/debian
In directory haydn:/tmp/cvs-serv5348

Modified Files:
	changelog logcheck.postinst 
Log Message:

postinst woody cleanup


--- /cvsroot/logcheck/logcheck/debian/changelog	2006/06/28 14:23:25	1.594
+++ /cvsroot/logcheck/logcheck/debian/changelog	2006/07/04 16:46:20	1.595
@@ -57,7 +57,11 @@
   * debian/control: move debhelper dependency to Build-Depends due to policy
     requirements.
 
- -- Gerfried Fuchs <alfie at debian.org>  Wed, 28 Jun 2006 09:18:35 -0500
+  [ maximilian attems ]
+  * debian/logcheck.postinst: Remove old check against woody version
+    removing /var/cache/logcheck.
+
+ -- maximilian attems <maks at sternwelten.at>  Tue,  4 Jul 2006 18:41:10 +0200
 
 logcheck (1.2.44) UNRELEASED; urgency=low
 
--- /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2006/03/18 17:34:54	1.46
+++ /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2006/07/04 16:46:20	1.47
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: logcheck.postinst,v 1.46 2006/03/18 17:34:54 maks-guest Exp $
+# $Id: logcheck.postinst,v 1.47 2006/07/04 16:46:20 maks-guest Exp $
 
 set -e
 
@@ -52,12 +52,6 @@
 	    fi
 	fi
 
-	# Remove old directory on upgrade
-	if [ -n "$2" ] && dpkg --compare-versions "$2" lt "1.1.1-13.2"; then
-	    if [ -d /var/cache/logcheck ]; then
-		rm -fr /var/cache/logcheck
-	    fi
-	fi
 	# Remove unused old directory on upgrade
 	if [ -n "$2" ] && dpkg --compare-versions "$2" lt "1.2.25"; then
 	    if [ -d /var/state/logcheck ]; then



More information about the Logcheck-commits mailing list