[med-svn] r1234 - trunk/packages/vista/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Thu Jan 31 16:54:29 UTC 2008
Author: tille
Date: 2008-01-31 16:54:29 +0000 (Thu, 31 Jan 2008)
New Revision: 1234
Removed:
trunk/packages/vista/trunk/debian/postinst.ex
trunk/packages/vista/trunk/debian/postrm.ex
trunk/packages/vista/trunk/debian/preinst.ex
trunk/packages/vista/trunk/debian/prerm.ex
Log:
Deleted unused templates
Deleted: trunk/packages/vista/trunk/debian/postinst.ex
===================================================================
--- trunk/packages/vista/trunk/debian/postinst.ex 2008-01-31 16:05:09 UTC (rev 1233)
+++ trunk/packages/vista/trunk/debian/postinst.ex 2008-01-31 16:54:29 UTC (rev 1234)
@@ -1,41 +0,0 @@
-#!/bin/sh
-# postinst script for vista
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <postinst> `abort-remove'
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- configure)
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- *)
- 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: trunk/packages/vista/trunk/debian/postrm.ex
===================================================================
--- trunk/packages/vista/trunk/debian/postrm.ex 2008-01-31 16:05:09 UTC (rev 1233)
+++ trunk/packages/vista/trunk/debian/postrm.ex 2008-01-31 16:54:29 UTC (rev 1234)
@@ -1,39 +0,0 @@
-#!/bin/sh
-# postrm script for vista
-#
-# 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' <overwriter>
-# <overwriter-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#
-
-exit 0
-
-
Deleted: trunk/packages/vista/trunk/debian/preinst.ex
===================================================================
--- trunk/packages/vista/trunk/debian/preinst.ex 2008-01-31 16:05:09 UTC (rev 1233)
+++ trunk/packages/vista/trunk/debian/preinst.ex 2008-01-31 16:54:29 UTC (rev 1234)
@@ -1,37 +0,0 @@
-#!/bin/sh
-# preinst script for vista
-#
-# 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: trunk/packages/vista/trunk/debian/prerm.ex
===================================================================
--- trunk/packages/vista/trunk/debian/prerm.ex 2008-01-31 16:05:09 UTC (rev 1233)
+++ trunk/packages/vista/trunk/debian/prerm.ex 2008-01-31 16:54:29 UTC (rev 1234)
@@ -1,40 +0,0 @@
-#!/bin/sh
-# prerm script for vista
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <prerm> `remove'
-# * <old-prerm> `upgrade' <new-version>
-# * <new-prerm> `failed-upgrade' <old-version>
-# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-# * <deconfigured's-prerm> `deconfigure' `in-favour'
-# <package-being-installed> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- remove|upgrade|deconfigure)
- ;;
-
- failed-upgrade)
- ;;
-
- *)
- echo "prerm 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 debian-med-commit
mailing list