The following commit has been merged in the master branch:
commit cf3f4de73bc74bfa8817ac2d1f78bab5de6a8a46
Author: Rene Engelhard <r...@debian.org>
Date:   Wed Nov 30 17:40:11 2011 +0000

    on remove, delete created services.rdb (closes: #650341)

diff --git a/changelog b/changelog
index 60834dc..523431a 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+libreoffice (1:3.4.4-3) UNRELEASED; urgency=low
+
+  * debian/libreoffice-core.postrm.in:
+    - on remove, delete created services.rdb (closes: #650341)
+
+ -- Rene Engelhard <r...@debian.org>  Wed, 30 Nov 2011 17:39:08 +0000
+
 libreoffice (1:3.4.4-2) unstable; urgency=medium
 
   * debian/patches/libebook-1.2.so.11.diff: remove ...
diff --git a/libreoffice-core.postrm.in b/libreoffice-core.postrm.in
index 4fdd20a..da5fd1f 100755
--- a/libreoffice-core.postrm.in
+++ b/libreoffice-core.postrm.in
@@ -6,6 +6,7 @@ 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
 fi
 
 #DEBHELPER#

-- 
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/e1rvoki-0001zv...@vasks.debian.org

Reply via email to