[med-svn] r907 - trunk/packages/gnumed-client/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Wed Dec 19 16:56:34 UTC 2007


Author: tille
Date: 2007-12-19 16:56:34 +0000 (Wed, 19 Dec 2007)
New Revision: 907

Added:
   trunk/packages/gnumed-client/trunk/debian/gnumed-client.postrm
Modified:
   trunk/packages/gnumed-client/trunk/debian/changelog
Log:
Fixed bug in gnumed-client


Modified: trunk/packages/gnumed-client/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/changelog	2007-12-19 00:38:56 UTC (rev 906)
+++ trunk/packages/gnumed-client/trunk/debian/changelog	2007-12-19 16:56:34 UTC (rev 907)
@@ -2,6 +2,9 @@
 
   [ Andreas Tille ]
   * Added Vcs-Browser and Vcs-Svn
+  * Added gnumed-client.postrm (thanks for the patch to
+    Kumar Appaiah <akumar at ee.iitm.ac.in>)
+    Closes: #455111
 
   [ Charles Plessy ]
   * XS-DM-Upload-Allowed: Yes

Added: trunk/packages/gnumed-client/trunk/debian/gnumed-client.postrm
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/gnumed-client.postrm	                        (rev 0)
+++ trunk/packages/gnumed-client/trunk/debian/gnumed-client.postrm	2007-12-19 16:56:34 UTC (rev 907)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = purge ] && [ -e /etc/gnumed/client.conf ]; then
+    rm -f /etc/gnumed/client.conf
+fi
+
+#DEBHELPER#




More information about the debian-med-commit mailing list