[Logcheck-commits] r1653 - logcheck/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Aug 15 09:52:08 UTC 2007


Author: madduck
Date: 2007-08-15 09:52:07 +0000 (Wed, 15 Aug 2007)
New Revision: 1653

Removed:
   logcheck/trunk/debian/logcheck-database.postrm
   logcheck/trunk/debian/logcheck-database.preinst
   logcheck/trunk/debian/logcheck.preinst
   logcheck/trunk/debian/logtail.preinst
Log:
remove do-nothing maintainer scripts


Deleted: logcheck/trunk/debian/logcheck-database.postrm
===================================================================
--- logcheck/trunk/debian/logcheck-database.postrm	2007-08-15 09:52:03 UTC (rev 1652)
+++ logcheck/trunk/debian/logcheck-database.postrm	2007-08-15 09:52:07 UTC (rev 1653)
@@ -1,36 +0,0 @@
-#! /bin/sh
-# postrm script for logcheck-database
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
-
-	;;
-
-    *)
-	echo "postrm called with unknown argument \`$1'" >&2
-	exit 1
-
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#

Deleted: logcheck/trunk/debian/logcheck-database.preinst
===================================================================
--- logcheck/trunk/debian/logcheck-database.preinst	2007-08-15 09:52:03 UTC (rev 1652)
+++ logcheck/trunk/debian/logcheck-database.preinst	2007-08-15 09:52:07 UTC (rev 1653)
@@ -1,38 +0,0 @@
-#!/bin/sh
-# postinst script for logcheck-database
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
-#
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-# Source debconf library.
-#. /usr/share/debconf/confmodule
-
-case "$1" in
-    install|upgrade)
-	;;
-    
-    abort-upgrade)
-	;;
-    
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-	;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0

Deleted: logcheck/trunk/debian/logcheck.preinst
===================================================================
--- logcheck/trunk/debian/logcheck.preinst	2007-08-15 09:52:03 UTC (rev 1652)
+++ logcheck/trunk/debian/logcheck.preinst	2007-08-15 09:52:07 UTC (rev 1653)
@@ -1,34 +0,0 @@
-#! /bin/sh
-# preinst script for logcheck
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
-#
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-case "$1" in
-    install|upgrade)
-	;;
-    abort-upgrade)
-	;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0

Deleted: logcheck/trunk/debian/logtail.preinst
===================================================================
--- logcheck/trunk/debian/logtail.preinst	2007-08-15 09:52:03 UTC (rev 1652)
+++ logcheck/trunk/debian/logtail.preinst	2007-08-15 09:52:07 UTC (rev 1653)
@@ -1,38 +0,0 @@
-#! /bin/sh
-# preinst script for logtail
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
-#
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-    install|upgrade)
-    ;;
-
-    abort-upgrade)
-    ;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-




More information about the Logcheck-commits mailing list