5 [ -n "${DEBUG}" ] && set -o xtrace
7 [ -n "${DEBUG}" ] && echo "PostInst Parameters: $@"
11 # Attempt to run the database upgrade script with default
12 # settings, but ignore any possible failure.
13 /usr
/share
/davical
/dba
/update-davical-database
> /var
/log
/davical-upgrade.log
2>&1 || true