./packages/openofficeorg/3.1.1/unstable r1867: add a || true to db_input for ure/possibly_corrupted_rdbs
------------------------------------------------------------
revno: 1867
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Sun 2010-02-14 20:30:23 +0100
message:
add a || true to db_input for ure/possibly_corrupted_rdbs
modified:
changelog
ure.preinst.in
=== modified file 'changelog'
--- a/changelog 2010-02-12 11:44:46 +0000
+++ b/changelog 2010-02-14 19:30:23 +0000
@@ -17,8 +17,11 @@
* debian/rules:
- wrap KDELIBS_MINVER for KDE4 into ifneq "$(LENNY_BACKPORT)" "y" as it
for some reason also gets used for lenny-backports which has KDE3..
+ * debian/ure.preinst:
+ - add a || true to db_input for ure/possibly_corrupted_rdbs
+ (closes: #569840)
- -- Rene Engelhard <rene@debian.org> Thu, 11 Feb 2010 18:38:30 +0100
+ -- Rene Engelhard <rene@debian.org> Sun, 14 Feb 2010 20:28:51 +0100
openoffice.org (1:3.1.1-15+squeeze1) testing-security; urgency=high
=== modified file 'ure.preinst.in'
--- a/ure.preinst.in 2010-01-28 09:39:07 +0000
+++ b/ure.preinst.in 2010-02-14 19:30:23 +0000
@@ -20,7 +20,7 @@
echo "in either unopkg or OOo which involve store, please check those" >&2
echo "(and eventually cleanly reinstall the packages and/or use a clean user profile)" >&2
else
- db_input high ure/possibly_corrupted_rdbs
+ db_input high ure/possibly_corrupted_rdbs || true
db_go || true
fi
fi
Reply to: