[SCM] mapcache branch, master, updated. upstream/1.0.0-86-g0771daf
Bas Couwenberg
sebastic at xs4all.nl
Tue Sep 17 22:46:18 UTC 2013
The following commit has been merged in the master branch:
commit e6e4e1ada679396109df104b4675c6bf3d1f8390
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Sep 17 23:05:15 2013 +0200
Call ldconfig in libmapcache postinst and postrm.
diff --git a/debian/changelog b/debian/changelog
index 0533a0b..a1e8d0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ mapcache (1.2.0-1) UNRELEASED; urgency=low
libmapcache.so.
* Update libmapcache symbols for 1.2.0 on amd64.
* Enable verbose make output.
+ * Call ldconfig in libmapcache postinst and postrm.
-- Bas Couwenberg <sebastic at xs4all.nl> Wed, 11 Sep 2013 19:16:06 +0200
diff --git a/debian/libmapcache.postinst b/debian/libmapcache.postinst
index 786d689..b6944a5 100644
--- a/debian/libmapcache.postinst
+++ b/debian/libmapcache.postinst
@@ -7,4 +7,8 @@ set -e
#DEBHELPER#
+if [ "$1" = configure ] ; then
+ ldconfig
+fi
+
exit 0
diff --git a/debian/libmapcache.postrm b/debian/libmapcache.postrm
index 786d689..767aede 100644
--- a/debian/libmapcache.postrm
+++ b/debian/libmapcache.postrm
@@ -7,4 +7,8 @@ set -e
#DEBHELPER#
+if [ "$1" = remove ] ; then
+ ldconfig
+fi
+
exit 0
--
Packaging for MapCache
More information about the Pkg-grass-devel
mailing list