chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / debian / inn2.postrm
diff --git a/debian/inn2.postrm b/debian/inn2.postrm
deleted file mode 100644 (file)
index 53101ec..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh -e
-
-if [ "$1" = "purge" ]; then
-  update-rc.d inn2 remove >/dev/null
-  if [ -e /var/lib/news/ ]; then
-    rm -f /var/lib/news/.news.daily /var/lib/news/active* \
-      /var/lib/news/newsgroups /var/lib/news/history*
-    rmdir --ignore-fail-on-non-empty /var/lib/news/
-  fi
-fi
-
-#DEBHELPER#
-
-exit 0