The following commit has been merged in the master branch: commit 7bbe5224a1f7108ce4863af03d7cd67fe189f51d Author: Rene Engelhard <r...@debian.org> Date: Fri Dec 30 10:12:31 2011 +0100
add missing rmdir to also get rid of the /var/lib/libreoffice/basis3.4/program dir itself diff --git a/libreoffice-core.postrm.in b/libreoffice-core.postrm.in index da5fd1f..7c17c86 100755 --- a/libreoffice-core.postrm.in +++ b/libreoffice-core.postrm.in @@ -7,6 +7,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 + rmdir `echo @OOBASISDIR@ | sed -e s,/usr/,/var,g`/program/ 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/e1rgywb-00043v...@vasks.debian.org