[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Jan 21 18:17:15 EST 2005


User:      racke
Date:      2005-01-21 23:17:14 GMT
Modified:  debian   changelog interchange-cat-standard.prerm
Log:
remove configuration snippet for demo catalog on deinstallation

Revision  Changes    Path
2.58      +2 -1      interchange/debian/changelog


rev 2.58, prev_rev 2.57
Index: changelog
===================================================================
RCS file: /var/cvs/interchange/debian/changelog,v
retrieving revision 2.57
retrieving revision 2.58
diff -u -r2.57 -r2.58
--- changelog	26 Sep 2004 15:58:30 -0000	2.57
+++ changelog	21 Jan 2005 23:17:13 -0000	2.58
@@ -1,6 +1,7 @@
-interchange (5.3.0-1) unstable; urgency=low
+interchange (5.3.1-1) unstable; urgency=low
 
   * new upstream release
+  * remove configuration snippet for demo catalog on deinstallation
   * added te editor for tab-delimited files (Closes: #132757)
   
  -- Stefan Hornburg (Racke) <racke at linuxia.de>  Tue, 20 Apr 2004 13:56:38 +0200



2.3       +2 -1      interchange/debian/interchange-cat-standard.prerm


rev 2.3, prev_rev 2.2
Index: interchange-cat-standard.prerm
===================================================================
RCS file: /var/cvs/interchange/debian/interchange-cat-standard.prerm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- interchange-cat-standard.prerm	26 Sep 2004 15:58:30 -0000	2.2
+++ interchange-cat-standard.prerm	21 Jan 2005 23:17:13 -0000	2.3
@@ -1,6 +1,6 @@
 #! /bin/sh -e
 #
-# Copyright 2001,2004 by Stefan Hornburg (Racke) <racke at linuxia.de>
+# Copyright 2001,2004,2005 by Stefan Hornburg (Racke) <racke at linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,6 +27,7 @@
 	if [ ! -f /var/run/interchange-install ]; then
 		# remove catalog from running server
 		/usr/sbin/interchange --remove=standard || true
+		rm /var/lib/interchange/catalog.d/interchange-cat-standard.cfg
 	fi
 fi
 








More information about the interchange-cvs mailing list