Hello again.
I finally understood what caused this error. This is subtle and I was
not expecting it! In the postinst, I test for the existence of
/etc/apache2/conf-available/dokuwiki.conf, and I install it a a link to
/etc/dokuwiki/apache.conf only if it does not. The problem is that the
test
Thijs Kinkhorst, 2013-10-29 13:35+0100:
dokuwiki fails to upgrade, and exits the upgrade with an error.
Turning set -x on in postinst, this is what happens:
+ [ -e /etc/apache2/conf.d/dokuwiki.conf ]
+ [ -d /etc/apache2/conf-available -a ! -e
/etc/apache2/conf-available/dokuwiki.conf ]
+ ln -s
Package: dokuwiki
Version: 0.0.20130510a-2
Severity: serious
Hi,
dokuwiki fails to upgrade, and exits the upgrade with an error.
Turning set -x on in postinst, this is what happens:
+ [ -e /etc/apache2/conf.d/dokuwiki.conf ]
+ [ -d /etc/apache2/conf-available -a ! -e
/etc/apache2/conf-available
3 matches
Mail list logo