[hdf4] 03/04: Remove obsolete document prerm/postinst

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Sun Oct 5 20:25:24 UTC 2014


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

johanvdw-guest pushed a commit to branch master
in repository hdf4.

commit 79bb65700297e07b1bde3b9f73d2a906bb28793d
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Sun Oct 5 21:14:13 2014 +0200

    Remove obsolete document prerm/postinst
---
 debian/libhdf4-doc.postinst | 13 -------------
 debian/libhdf4-doc.prerm    | 13 -------------
 2 files changed, 26 deletions(-)

diff --git a/debian/libhdf4-doc.postinst b/debian/libhdf4-doc.postinst
deleted file mode 100644
index cc8424a..0000000
--- a/debian/libhdf4-doc.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -eu
-
-# Doc-base support
-if [ "$1" = "configure" ]; then
-  if command -v install-docs >/dev/null 2>&1
-  then
-    install-docs -i /usr/share/doc-base/libhdf4-ref
-    install-docs -i /usr/share/doc-base/libhdf4-user
-  fi
-fi
-
-#DEBHELPER#
diff --git a/debian/libhdf4-doc.prerm b/debian/libhdf4-doc.prerm
deleted file mode 100644
index f03ddae..0000000
--- a/debian/libhdf4-doc.prerm
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -eu
-
-# Doc-base support
-if [ "$1" = "upgrade" -o "$1" = "remove" ]; then
-  if command -v install-docs >/dev/null 2>&1
-  then
-    install-docs -r libhdf4-ref
-    install-docs -r libhdf4-user
-  fi
-fi
-
-#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git



More information about the Pkg-grass-devel mailing list