From c7883bbd533b500ac25d7e14dbfb9c676c693d12 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 19 Apr 2010 21:37:31 +1200 Subject: [PATCH] Hide the output of that upgrade away in the var/log directory. --- debian/davical.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/davical.postinst b/debian/davical.postinst index 0f2d84ea..84b82145 100644 --- a/debian/davical.postinst +++ b/debian/davical.postinst @@ -22,7 +22,7 @@ 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 + /usr/share/davical/dba/update-davical-database > /var/log/davical-upgrade.log 2>&1 || true ;; esac