The following commit has been merged in the master branch:
commit d9395713e100365ed5efd4d11f99da57f015885d
Author: Rene Engelhard <[email protected]>
Date:   Wed Jan 11 07:28:05 2012 +0000

    add missing /

diff --git a/libreoffice-core.postrm.in b/libreoffice-core.postrm.in
index 7c17c86..9405f2c 100755
--- a/libreoffice-core.postrm.in
+++ b/libreoffice-core.postrm.in
@@ -6,8 +6,8 @@ set -e
 
 if [ "$1" = "remove" ]; then
        rm -rf /var/spool/libreoffice@VER@
-       rm -f `echo @OOBASISDIR@ | sed -e s,/usr/,/var,g`/program/services.rdb
-       rmdir `echo @OOBASISDIR@ | sed -e s,/usr/,/var,g`/program/
+       rm -f /`echo @OOBASISDIR@ | sed -e s,/usr/,/var,g`/program/services.rdb
+       rmdir /`echo @OOBASISDIR@ | sed -e s,/usr/,/var,g`/program/
 fi
 
 #DEBHELPER#

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to