[Forensics-changes] [SCM] debian-forensics/tct branch, debian-sid, updated. upstream/1.18-4-g95656b5

Daniel Baumann daniel at debian.org
Sat Feb 9 18:58:26 UTC 2008


The following commit has been merged in the debian-sid branch:
commit 95656b549e4c92c5bf43f66d6e4429c93c24eb90
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 9 19:58:22 2008 +0100

    Removing empty and obsolete maintainer scripts.

diff --git a/debian/tct.postinst b/debian/tct.postinst
deleted file mode 100644
index ab64f44..0000000
--- a/debian/tct.postinst
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-set -e
-
-#DEBHELPER#
diff --git a/debian/tct.preinst b/debian/tct.preinst
deleted file mode 100644
index fc80989..0000000
--- a/debian/tct.preinst
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh
-
-set -e
-
-if [ "$1" = "upgrade" ] ; then
-  if dpkg --compare-versions "$2" lt "1.11-5"; then  
-    # Move /etc/tct/*.conf to /etc/tct/*.cf
-    for f in grave-robber lazarus coroner; do
-      oldfile=/etc/tct/$f.conf
-      newfile=/etc/tct/$f.cf
-      if [ ! -f $newfile ] && [ -f $oldfile ]; then
-        mv $oldfile $newfile
-      fi
-    done
-  fi
-fi
-
-#DEBHELPER#
diff --git a/debian/tct.prerm b/debian/tct.prerm
deleted file mode 100644
index ab64f44..0000000
--- a/debian/tct.prerm
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-set -e
-
-#DEBHELPER#
diff --git a/debian/timeout.postinst b/debian/timeout.postinst
deleted file mode 100644
index ab64f44..0000000
--- a/debian/timeout.postinst
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-set -e
-
-#DEBHELPER#
diff --git a/debian/timeout.prerm b/debian/timeout.prerm
deleted file mode 100644
index ab64f44..0000000
--- a/debian/timeout.prerm
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /bin/sh
-
-set -e
-
-#DEBHELPER#

-- 
debian-forensics/tct



More information about the forensics-changes mailing list