[qhull] 01/05: remove ancient installation-time /usr/doc removal scripts

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sat Feb 8 22:49:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository qhull.

commit 0460699808222c2ec743deadd7e049ac01f15a84
Author: Barak A. Pearlmutter <barak+git at cs.nuim.ie>
Date:   Sat Feb 8 22:43:15 2014 +0000

    remove ancient installation-time /usr/doc removal scripts
---
 debian/libqhull-dev.preinst | 21 ---------------------
 debian/qhull-bin.preinst    | 21 ---------------------
 2 files changed, 42 deletions(-)

diff --git a/debian/libqhull-dev.preinst b/debian/libqhull-dev.preinst
deleted file mode 100755
index 6a61be2..0000000
--- a/debian/libqhull-dev.preinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-    install|upgrade)
-	if test -L /usr/share/doc/libqhull-dev; then
-	    rm -f /usr/share/doc/libqhull-dev
-        fi
-	;;
-
-    abort-upgrade)
-	;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 1
-	;;
-esac
-
-#DEBHELPER#
diff --git a/debian/qhull-bin.preinst b/debian/qhull-bin.preinst
deleted file mode 100755
index d0ca881..0000000
--- a/debian/qhull-bin.preinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-    install|upgrade)
-	if test -L /usr/share/doc/qhull-bin; then
-	    rm -f /usr/share/doc/qhull-bin
-        fi
-	;;
-
-    abort-upgrade)
-	;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 1
-	;;
-esac
-
-#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qhull.git



More information about the debian-science-commits mailing list