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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.6, updated. libreoffice_3.5.4-7-154-g30b998a



The following commit has been merged in the debian-experimental-3.6 branch:
commit 894f78360669524d0b6b08243b2af42a334957ba
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Aug 15 10:44:28 2012 +0200

    also remove sync_extension calls...

diff --git a/libreoffice-common.postinst.in b/libreoffice-common.postinst.in
index cdd667e..5fff24d 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 -- "$@"
  
@@ -28,9 +17,6 @@ if [ "$1" = "configure" ]; then
 	# try to remove, hopefully empty now
 	rmdir /etc/openoffice 2>/dev/null || true
 
-	if dpkg --compare-versions "$2" lt "1:3.3.0-3"; then
-		dpkg-trigger /@OODIR@/share/extensions
-	fi
 fi
 
 #DEBHELPER#
diff --git a/libreoffice-mysql-connector.preinst.in b/libreoffice-mysql-connector.preinst.in
deleted file mode 100644
index b164e00..0000000
--- a/libreoffice-mysql-connector.preinst.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	rm -rf /usr/lib/libreoffice/share/extensions/mysql-connector-ooo
-	sync_extensions
-fi
-
-#DEBHELPER#
-
diff --git a/libreoffice-pdfimport.preinst.in b/libreoffice-pdfimport.preinst.in
deleted file mode 100644
index c4161ed..0000000
--- a/libreoffice-pdfimport.preinst.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	rm -rf /usr/lib/libreoffice/share/extensions/pdfimport
-	sync_extensions
-fi
-
-#DEBHELPER#
-
diff --git a/libreoffice-presentation-minimizer.preinst.in b/libreoffice-presentation-minimizer.preinst.in
deleted file mode 100644
index bb6d37a..0000000
--- a/libreoffice-presentation-minimizer.preinst.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	rm -rf /usr/lib/libreoffice/share/extensions/presentation-minimizer
-	sync_extensions
-fi
-
-#DEBHELPER#
-
diff --git a/libreoffice-presenter-console.preinst.in b/libreoffice-presenter-console.preinst.in
deleted file mode 100644
index eb60c14..0000000
--- a/libreoffice-presenter-console.preinst.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	rm -rf /usr/lib/libreoffice/share/extensions/presenter-screen
-	sync_extensions
-fi
-
-#DEBHELPER#
-
diff --git a/libreoffice-report-builder.preinst.in b/libreoffice-report-builder.preinst.in
deleted file mode 100644
index 0ce967a..0000000
--- a/libreoffice-report-builder.preinst.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	rm -rf /usr/lib/libreoffice/share/extensions/report-builder
-	sync_extensions
-fi
-
-#DEBHELPER#
-
diff --git a/libreoffice-script-provider-bsh.preinst.in b/libreoffice-script-provider-bsh.preinst.in
deleted file mode 100644
index 0c4e864..0000000
--- a/libreoffice-script-provider-bsh.preinst.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	rm -rf /usr/lib/libreoffice/share/extensions/script-provider-for-beanshell
-	sync_extensions
-fi
-
-#DEBHELPER#
-
diff --git a/libreoffice-script-provider-js.preinst.in b/libreoffice-script-provider-js.preinst.in
deleted file mode 100644
index 260488d..0000000
--- a/libreoffice-script-provider-js.preinst.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	rm -rf /usr/lib/libreoffice/share/extensions/script-provider-for-javascript
-	sync_extensions
-fi
-
-#DEBHELPER#
-
diff --git a/libreoffice-script-provider-python.preinst.in b/libreoffice-script-provider-python.preinst.in
deleted file mode 100644
index dd0b92a..0000000
--- a/libreoffice-script-provider-python.preinst.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	rm -rf /usr/lib/libreoffice/share/extensions/script-provider-for-python
-	sync_extensions
-fi
-
-#DEBHELPER#
-
diff --git a/libreoffice-wiki-publisher.preinst.in b/libreoffice-wiki-publisher.preinst.in
deleted file mode 100644
index e98f546..0000000
--- a/libreoffice-wiki-publisher.preinst.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	rm -rf /usr/lib/libreoffice/share/extensions/wiki-publisher
-	sync_extensions
-fi
-
-#DEBHELPER#
-
diff --git a/python-uno.preinst.in b/python-uno.preinst.in
deleted file mode 100644
index 0d8db01..0000000
--- a/python-uno.preinst.in
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	if dpkg --compare-versions "$2" lt "1:3.5.2-2"; then
-		rm -rf /usr/lib/libreoffice/share/extensions/script-provider-for-python
-		sync_extensions
-	fi
-fi
-
-#DEBHELPER#
-
diff --git a/python3-uno.preinst.in b/python3-uno.preinst.in
deleted file mode 100644
index 0d8db01..0000000
--- a/python3-uno.preinst.in
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-set -e
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "upgrade" ]; then
-	if dpkg --compare-versions "$2" lt "1:3.5.2-2"; then
-		rm -rf /usr/lib/libreoffice/share/extensions/script-provider-for-python
-		sync_extensions
-	fi
-fi
-
-#DEBHELPER#
-

-- 
LibreOffice packaging repository


Reply to: