[med-svn] r13443 - trunk/packages/gnuhealth/trunk/debian
Emilien Klein
e2jk-guest at alioth.debian.org
Mon Apr 29 20:08:18 UTC 2013
Author: e2jk-guest
Date: 2013-04-29 20:08:18 +0000 (Mon, 29 Apr 2013)
New Revision: 13443
Removed:
trunk/packages/gnuhealth/trunk/debian/preinst
Log:
Remove now-empty debian/preinst
Deleted: trunk/packages/gnuhealth/trunk/debian/preinst
===================================================================
--- trunk/packages/gnuhealth/trunk/debian/preinst 2013-04-29 20:03:41 UTC (rev 13442)
+++ trunk/packages/gnuhealth/trunk/debian/preinst 2013-04-29 20:08:18 UTC (rev 13443)
@@ -1,42 +0,0 @@
-#!/bin/sh
-# preinst script for gnuhealth
-#
-# 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)
- # TODO: needs to be reworked
- ## Stop the Tryton server
- #if which invoke-rc.d >/dev/null 2>&1; then
- # invoke-rc.d tryton-server stop
- #else
- # /etc/init.d/tryton-server stop
- #fi
- ;;
-
- 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 debian-med-commit
mailing list