Attempt to run the database update on upgrade, but ignore failure.

This commit is contained in:
Andrew McMillan 2010-04-19 21:33:59 +12:00
parent f8027e88e7
commit 24acfd5d32

View File

@ -20,6 +20,9 @@ fi
case $1 in
configure)
# Attempt to run the database upgrade script with default
# settings, but ignore any possible failure.
/usr/share/davical/dba/update-davical-database || true
;;
esac