The following commit has been merged in the debian-experimental-3.4.0 branch:
commit 601ad81a4672c06bee7efb519e9d50f4073c4c97
Author: Rene Engelhard <[email protected]>
Date:   Mon Jul 11 19:53:39 2011 +0200

    run the registered-components trigger also on -cores postinst

diff --git a/libreoffice-core.postinst.in b/libreoffice-core.postinst.in
new file mode 100644
index 0000000..dc70e87
--- /dev/null
+++ b/libreoffice-core.postinst.in
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+#INCLUDE_SHELL_LIB#
+
+if [ "$1" = "configure" ]; then
+               dpkg-trigger /@OOBASISDIR@/registered-components
+fi
+
+#DEBHELPER#
+

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to