[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.0-2-57-gd596b0c



The following commit has been merged in the ubuntu-precise-3.5 branch:
commit 5466611338e38e24404a13f0bbcc0ac757746517
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Mon Mar 5 08:40:44 2012 +0100

    lp##916291: failing -common postinst script

diff --git a/libreoffice-common.postinst.in b/libreoffice-common.postinst.in
index cdd667e..f2995c1 100644
--- a/libreoffice-common.postinst.in
+++ b/libreoffice-common.postinst.in
@@ -4,17 +4,6 @@ set -e
 
 #INCLUDE_SHELL_LIB#
 
-if [ "$1" = "triggered" ]; then
-	for triggername in $2; do
-		case "$triggername" in
-			# new "bundled" extensions (since 3.3)
-			"/@OODIR@/share/extensions")
-			  sync_extensions
-			;;
-		esac
-	done
-fi
-
 if [ "$1" = "configure" ]; then
 	dpkg-maintscript-helper rm_conffile "/etc/bash_completion.d/ooffice.sh" 1:3.3.0~rc4-2 libreoffice-common -- "$@"
  

-- 
LibreOffice packaging repository


Reply to: