[interchange-cvs] interchange - racke modified debian/interchange.postrm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Mar 15 07:24:32 EST 2005


User:      racke
Date:      2005-03-15 12:24:32 GMT
Modified:  debian   interchange.postrm
Log:
remove /etc/interchange/init.cfg on purge

Revision  Changes    Path
2.2       +2 -2      interchange/debian/interchange.postrm


rev 2.2, prev_rev 2.1
Index: interchange.postrm
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/interchange.postrm,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- interchange.postrm	15 Apr 2003 11:31:14 -0000	2.1
+++ interchange.postrm	15 Mar 2005 12:24:32 -0000	2.2
@@ -1,6 +1,6 @@
 #! /bin/sh -e
 #
-# Copyright 2003 by Stefan Hornburg (Racke) <racke at linuxia.de>
+# Copyright 2003,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
@@ -19,7 +19,7 @@
 
 if [ "$1" = "purge" ]; then
 	# remove configuration files generated by maintainer scripts
-	rm -f /etc/interchange/features.cfg /etc/interchange/settings.cfg
+	rm -f /etc/interchange/features.cfg /etc/interchange/init.cfg /etc/interchange/settings.cfg
 fi
 
 #DEBHELPER#








More information about the interchange-cvs mailing list