[Forensics-changes] [SCM] forensics/afflib branch, debian, updated. upstream/3.0.6-5-g887664e

Daniel Baumann daniel at debian.org
Tue Feb 26 05:51:05 UTC 2008


The following commit has been merged in the debian branch:
commit 887664e89ae1354b0cef35d5731273a624fb6555
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Feb 26 06:50:16 2008 +0100

    Removing not needed maintainer scripts.
    
    Maintainerscripts with ldconfig for libraries are automatically added by
    debhelper, so no need to have those.

diff --git a/debian/libafflib0.postinst b/debian/libafflib0.postinst
deleted file mode 100644
index 61cc3af..0000000
--- a/debian/libafflib0.postinst
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-# postinst script for afflib
-
-set -e
-
-case "$1" in
-    configure)
-    	ldconfig
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/libafflib0.postrm b/debian/libafflib0.postrm
deleted file mode 100644
index e58efec..0000000
--- a/debian/libafflib0.postrm
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-# postrm script for afflib
-
-set -e
-
-case "$1" in
-    purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    	ldconfig
-    ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0

-- 
forensics/afflib



More information about the forensics-changes mailing list