The following commit has been merged in the master branch:
commit 3b1e2014c0399649c8ceda4eb595ab1203814b54
Author: Rene Engelhard <r...@debian.org>
Date:   Sun Feb 5 16:20:08 2012 +0100

    fix syntax

diff --git a/libreoffice-sdbc-postgresql.preinst.in 
b/libreoffice-sdbc-postgresql.preinst.in
index ccf1e2b..5b49f66 100755
--- a/libreoffice-sdbc-postgresql.preinst.in
+++ b/libreoffice-sdbc-postgresql.preinst.in
@@ -6,7 +6,7 @@ set -e
 
 case "$1" in
        upgrade)
-               case `echo $2 | cut -d+ -f2`)
+               case "`echo $2 | cut -d+ -f2`" in)
                OOo*)
                        # this is a legacy package, so we need to find it 
first...
                        id=`/usr/lib/libreoffice/program/unopkg list --shared | 
grep Identifier:.*postgresql-sdbc | cut -d":" -f2`

-- 
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/e1ru3uo-0007nl...@vasks.debian.org

Reply via email to