[pkg-kolab] r1287 - kolabd/trunk/debian

Mathieu Parent mparent-guest at alioth.debian.org
Sun May 10 10:10:24 UTC 2009


Author: mparent-guest
Date: 2009-05-10 10:10:24 +0000 (Sun, 10 May 2009)
New Revision: 1287

Modified:
   kolabd/trunk/debian/changelog
   kolabd/trunk/debian/preinst
Log:
also remove proftpd.conf.template


Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2009-05-10 10:07:29 UTC (rev 1286)
+++ kolabd/trunk/debian/changelog	2009-05-10 10:10:24 UTC (rev 1287)
@@ -6,10 +6,11 @@
     - Use main download server files.kolab.org
     - No more mangle
   * debian/uupdate-wrapper: Updated
-  * debian/preinst: really remove unused_conffile
-    /etc/kolab/templates/fbview.conf.template 
+  * debian/preinst:
+    - really remove unused conffile fbview.conf.template 
+    - also remove proftpd.conf.template
 
- -- Mathieu Parent <math.parent at gmail.com>  Sun, 10 May 2009 12:06:00 +0200
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 10 May 2009 12:08:57 +0200
 
 kolabd (2.2.1-20090304-1) experimental; urgency=low
 

Modified: kolabd/trunk/debian/preinst
===================================================================
--- kolabd/trunk/debian/preinst	2009-05-10 10:07:29 UTC (rev 1286)
+++ kolabd/trunk/debian/preinst	2009-05-10 10:10:24 UTC (rev 1287)
@@ -23,6 +23,7 @@
 install|upgrade)
     if dpkg --compare-versions "$2" le "2.2.1-20090407-1"; then
         rm_conffile kolabd "/etc/kolab/templates/fbview.conf.template"
+        rm_conffile kolabd "/etc/kolab/templates/proftpd.conf.template"
     fi
 esac
 




More information about the pkg-kolab-devel mailing list