Update of /cvs/debian-openoffice/oo-debian-files/debian
In directory gluck:/tmp/cvs-serv22822/debian

Modified Files:
        changelog postrm 
Log Message:
backport ooo-build HEAD changes to generate-bash-completion.pl and suppress 
output when trying to remove /etc/openoffice and /var/state/openoffice

Index: postrm
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/debian/postrm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- postrm      16 Aug 2003 20:28:17 -0000      1.2
+++ postrm      13 Mar 2005 21:28:32 -0000      1.3
@@ -4,9 +4,9 @@
 
 if [ "$1" = "purge" ]; then
        rm -f /etc/openoffice/dictionary.lst*
-       rmdir /etc/openoffice || true
+       rmdir /etc/openoffice 2>&1 >/dev/null || true
        rm -f /var/state/openoffice/ooo_is_prelinked
-       rmdir /var/state/openoffice || true
+       rmdir /var/state/openoffice 2>&1 >/dev/null || true
 fi
 
 #DEBHELPER#

Index: changelog
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/debian/changelog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- changelog   5 Mar 2005 12:57:21 -0000       1.126
+++ changelog   13 Mar 2005 21:28:32 -0000      1.127
@@ -1,9 +1,14 @@
 openoffice.org-debian-files (1.1.3-7+0.1pre) unstable; urgency=low
 
   * mention right config file in oooprelink.8 (closes: #297887)
+  * backport some changes for generate-bash-completion.pl (support
+    parrtial suffix typing and dirs) from ooo-build HEAD, thanks
+    Petr Mladek.
   * minor TODO update
+  * suppress output when trying to remove /etc/openoffice and
+    /var/state/openoffice (closes: #299247)
 
- -- Rene Engelhard <[EMAIL PROTECTED]>  Thu,  3 Mar 2005 23:03:07 +0100
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Sun, 13 Mar 2005 22:20:58 +0100
 
 openoffice.org-debian-files (1.1.3-5+1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to