[hdf-eos5] 07/10: Drop redundant postinst, postrm calls
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 12:29:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository hdf-eos5.
commit 3bbb95756c07d2d60ab0d33adc04a21fedc42753
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Fri Oct 20 09:02:40 2017 +0100
Drop redundant postinst, postrm calls
---
debian/changelog | 1 +
debian/libhe5-hdfeos0.postinst | 10 ----------
debian/libhe5-hdfeos0.postrm | 10 ----------
3 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 97fb732..d2f478a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ hdf-eos5 (5.1.15.dfsg.1-7) UNRELEASED; urgency=medium
* fix-type-errors.patch: some type errors (hid_t != int) fixed;
flagged as errors not warnings now
* Drop build-depends on transitional libhdf5-serial-dev. Closes: #879140
+ * Drop redundant postinst, postrm calls
-- Alastair McKinstry <mckinstry at debian.org> Fri, 20 Oct 2017 06:14:43 +0100
diff --git a/debian/libhe5-hdfeos0.postinst b/debian/libhe5-hdfeos0.postinst
deleted file mode 100644
index aaae191..0000000
--- a/debian/libhe5-hdfeos0.postinst
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
- ldconfig
-fi
-
-#DEBHELPER#
-
diff --git a/debian/libhe5-hdfeos0.postrm b/debian/libhe5-hdfeos0.postrm
deleted file mode 100644
index 4494c20..0000000
--- a/debian/libhe5-hdfeos0.postrm
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ]; then
- ldconfig
-fi
-
-#DEBHELPER#
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-eos5.git
More information about the debian-science-commits
mailing list