------------------------------------------------------------
revno: 1423
committer: Rene Engelhard <[email protected]>
branch nick: debian
timestamp: Tue 2009-03-10 18:23:43 +0100
message:
  || true on rebuild-gcj-db call
modified:
  changelog
  openoffice.org-gcj.postinst.in
  openoffice.org-gcj.postrm.in
=== modified file 'changelog'
--- a/changelog 2009-03-10 15:22:59 +0000
+++ b/changelog 2009-03-10 17:23:43 +0000
@@ -14,8 +14,9 @@
       python-unos description, we already have it in Homepage:
   * merge from Ubuntu:
     - fix PYTHON_SITE for python2.6 (print(sysconfig.get_python_lib())
- 
- -- Rene Engelhard <[email protected]>  Tue, 10 Mar 2009 02:32:23 +0100
+    - Update rebuild-gcj-db snippet.
+
+ -- Rene Engelhard <[email protected]>  Tue, 10 Mar 2009 18:22:17 +0100
 
 openoffice.org (1:3.0.1-4) unstable; urgency=low
 

=== modified file 'openoffice.org-gcj.postinst.in'
--- a/openoffice.org-gcj.postinst.in    2008-07-30 01:52:28 +0000
+++ b/openoffice.org-gcj.postinst.in    2009-03-10 17:23:43 +0000
@@ -10,7 +10,7 @@
 #INCLUDE_SHELL_LIB#
 
 if [ -x /usr/bin/rebuild-gcj-db ]; then
-     /usr/bin/rebuild-gcj-db
+     /usr/bin/rebuild-gcj-db || true
 fi
 
 #DEBHELPER#

=== modified file 'openoffice.org-gcj.postrm.in'
--- a/openoffice.org-gcj.postrm.in      2008-07-30 01:52:28 +0000
+++ b/openoffice.org-gcj.postrm.in      2009-03-10 17:23:43 +0000
@@ -10,7 +10,7 @@
 #INCLUDE_SHELL_LIB#
 
 if [ -x /usr/bin/rebuild-gcj-db ]; then
-     /usr/bin/rebuild-gcj-db
+     /usr/bin/rebuild-gcj-db || true
 fi
 
 #DEBHELPER#

Reply via email to