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

[libreoffice] 06/21: add missed || true and use rm -f for javasettingsunopkginstall.xml...



This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-testing-4.0
in repository libreoffice.

commit 063b675a3dcca2efbd6d58d74133d1317052d050
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Jul 29 13:23:42 2013 +0200

    add missed || true and use rm -f for javasettingsunopkginstall.xml...
    
    Conflicts:
    	changelog
---
 libreoffice-common.postrm.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libreoffice-common.postrm.in b/libreoffice-common.postrm.in
index aacc57c..5aec23d 100644
--- a/libreoffice-common.postrm.in
+++ b/libreoffice-common.postrm.in
@@ -25,9 +25,9 @@ case "$1" in
 		rmdir /`echo @OODIR@ | sed -e s,usr/,var/,g` || true
 	;;
 	purge)
-		rm /`echo @OODIR@ | sed -e s,usr/,var/,g`/share/config/javasettingsunopkginstall.xml
+		rm -f /`echo @OODIR@ | sed -e s,usr/,var/,g`/share/config/javasettingsunopkginstall.xml
 		rmdir /`echo @OODIR@ | sed -e s,usr/,var/,g`/share/config || true
-		rmdir /`echo @OODIR@ | sed -e s,usr/,var/,g`/share
+		rmdir /`echo @OODIR@ | sed -e s,usr/,var/,g`/share || true
 	;;
 esac
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: