Don't purge conffiles that aren't ours.
authorPierre Habouzit <madcoder@debian.org>
Wed, 28 Nov 2007 09:55:25 +0000 (10:55 +0100)
committerPierre Habouzit <madcoder@debian.org>
Wed, 28 Nov 2007 09:55:25 +0000 (10:55 +0100)
debian/changelog
debian/xinetd.postrm [deleted file]

index f0a2162..6bf0962 100644 (file)
@@ -6,6 +6,8 @@ xinetd (1:2.3.14-4) UNRELEASED; urgency=low
     directories takes precedence.
   * /etc/default/xinetd wasn't installed anymore because of a typo:
     debian/xinetd.defaults -> debian/xinetd.default.
+  * debian/xinetd.postrm: don't purge configuration that isn't ours on purge
+    anymore.
 
  -- Pierre Habouzit <madcoder@debian.org>  Wed, 28 Nov 2007 10:14:47 +0100
 
diff --git a/debian/xinetd.postrm b/debian/xinetd.postrm
deleted file mode 100644 (file)
index 8c3640f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-if test "$1" = purge; then
-    rm -rf /etc/xinetd.d
-fi
-
-#DEBHELPER#