[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.5.3_rc1-1-8-gd7a82fb



The following commit has been merged in the debian-experimental-3.5 branch:
commit d7a82fb84cce7a92f9b84ee67b380f3282f0a19f
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Apr 25 00:16:20 2012 +0200

    fix typo to actually try to rm -rf /var/lib/libreoffice/share/prereg

diff --git a/changelog b/changelog
index 2130a08..ce42bb5 100644
--- a/changelog
+++ b/changelog
@@ -11,8 +11,10 @@ libreoffice (1:3.5.3~rc2-1) UNRELEASED; urgency=low
       ball, too
   * debian/shell-lib-extension.sh: also set HOME to $INSTDIR for unopkg
     (as -env=UserInstallation doesn't work (anymore) - closes: #669271
+  * debian/libreoffice-common.postrm.in: fix typo to actually try to rm -rf
+    /var/lib/libreoffice/share/prereg
 
- -- Rene Engelhard <rene@debian.org>  Tue, 24 Apr 2012 23:55:51 +0200
+ -- Rene Engelhard <rene@debian.org>  Wed, 25 Apr 2012 00:15:25 +0200
 
 libreoffice (1:3.5.3~rc1-1) experimental; urgency=low
 
diff --git a/libreoffice-common.postrm.in b/libreoffice-common.postrm.in
index 5fc21b0..b19845c 100644
--- a/libreoffice-common.postrm.in
+++ b/libreoffice-common.postrm.in
@@ -14,7 +14,7 @@ case "$1" in
 			"/etc/openoffice/sofficerc" "/etc/libreoffice/sofficerc" "" libreoffice-common -- "$@"
 		dpkg-maintscript-helper mv_conffile \
 			"/etc/openoffice/soffice.sh" "/etc/libreoffice/soffice.sh" "" libreoffice-common -- "$@"
-		rm -rf /`echo @OODDIR@ | sed -e s,usr/,var/,g`/share/prereg/bundled
+		rm -rf /`echo @OODIR@ | sed -e s,usr/,var/,g`/share/prereg/bundled
 		rmdir /`echo @OODIR@ | sed -e s,usr/,var/,g`/share/prereg/ || true
 		rmdir /`echo @OODIR@ | sed -e s,usr/,var/,g`/share/ || true
 		# this belongs to -core, but won't work until we have -common stuff removed, too, so try here again

-- 
LibreOffice packaging repository


Reply to: