[mapcache] 02/02: Drop libmapcache2 post{inst, rm}, rely on dpkg-triggers for ldconfig.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Mon May 2 20:50:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository mapcache.
commit 027b925e95471f0daafc9bf82cc2183b863eb691
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon May 2 22:48:33 2016 +0200
Drop libmapcache2 post{inst,rm}, rely on dpkg-triggers for ldconfig.
---
debian/changelog | 1 +
debian/libmapcache1.postinst | 14 --------------
debian/libmapcache1.postrm | 14 --------------
3 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 654d7f7..1a05d8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mapcache (1.4.1-3) UNRELEASED; urgency=medium
* Update symbols for hurd-i386.
* Bump Standards-Version to 3.9.8, no changes.
+ * Drop libmapcache2 post{inst,rm}, rely on dpkg-triggers for ldconfig.
-- Bas Couwenberg <sebastic at debian.org> Fri, 26 Feb 2016 13:16:22 +0100
diff --git a/debian/libmapcache1.postinst b/debian/libmapcache1.postinst
deleted file mode 100644
index b6944a5..0000000
--- a/debian/libmapcache1.postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
-#DEBHELPER#
-
-if [ "$1" = configure ] ; then
- ldconfig
-fi
-
-exit 0
diff --git a/debian/libmapcache1.postrm b/debian/libmapcache1.postrm
deleted file mode 100644
index 767aede..0000000
--- a/debian/libmapcache1.postrm
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
-#DEBHELPER#
-
-if [ "$1" = remove ] ; then
- ldconfig
-fi
-
-exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcache.git
More information about the Pkg-grass-devel
mailing list