[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, ubuntu-precise-3.5, updated. libreoffice_3.5.1-1-59-gb4f1c13



The following commit has been merged in the ubuntu-precise-3.5 branch:
commit 2c77eb4735e3a3116b0160b331a7e16ec2adeae8
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
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


Reply to: