The following commit has been merged in the ubuntu-precise-3.5 branch:
commit 2c77eb4735e3a3116b0160b331a7e16ec2adeae8
Author: Bjoern Michaelsen <[email protected]>
Date:   Thu Mar 15 12:42:35 2012 +0100

    lp#916291: soft fail on registering extensions

diff --git a/libreoffice-common.postinst.in b/libreoffice-common.postinst.in
index f2995c1..e3e776d 100644
--- a/libreoffice-common.postinst.in
+++ b/libreoffice-common.postinst.in
@@ -18,7 +18,7 @@ if [ "$1" = "configure" ]; then
        rmdir /etc/openoffice 2>/dev/null || true
 
        if dpkg --compare-versions "$2" lt "1:3.3.0-3"; then
-               dpkg-trigger /@OODIR@/share/extensions
+               dpkg-trigger /@OODIR@/share/extensions || (echo "failed to 
trigger extension registration" && true)
        fi
 fi
 

-- 
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