The following commit has been merged in the debian-experimental-3.5 branch: commit af68e317877d3423ac225bb9e6cd354167d19bde Author: Rene Engelhard <r...@debian.org> Date: Fri Dec 30 09:50:46 2011 +0100
rm -f /var/lib/libreoffice/basis3.4/program/services.rdb on upgrade (and for safety on install, too) This reverts commit f6717f7e09a8493db28e87ca5d077a695b1c1a4a. diff --git a/changelog b/changelog index 08c9cb5..8f8c75c 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,11 @@ +libreoffice (1:3.5.0~beta2-3) UNRELEASED; urgency=low + + * debian/libreoffice-core.preinst.in: + - rm -f /var/lib/libreoffice/basis3.4/program/services.rdb on upgrade + (and for safety on install, too) (closes: #650341) + + -- Rene Engelhard <r...@debian.org> Fri, 30 Dec 2011 09:56:10 +0100 + libreoffice (1:3.5.0~beta2-2) experimental; urgency=low * debian/patches/fix-ARM-detetcion-in-set-soenv.diff: as name says diff --git a/libreoffice-core.preinst.in b/libreoffice-core.preinst.in new file mode 100755 index 0000000..25e82a6 --- /dev/null +++ b/libreoffice-core.preinst.in @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +#INCLUDE_SHELL_LIB# + +if [ "$1" = "upgrade" -o "$1" = "install" ]; then + rm -f `echo @OODIR@ | sed -e s,/usr/,/var,g`/basis3.4/program/services.rdb +fi + +#DEBHELPER# + +exit 0 -- LibreOffice packaging repository -- To UNSUBSCRIBE, email to debian-openoffice-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1rgyk1-0004sv...@vasks.debian.org