Comment 5 for bug 1495302

Revision history for this message
Jalakas (jalakas) wrote :

I was able to finish my update with this workaround:

> if [ -n "$services" ]; then
> db_input critical libraries/restart-without-asking || true
> db_go || true
>- db_get libraries/restart-without-asking
>+ db_get libraries/restart-without-asking || true

I don't know how this affects silent install.
In my manual "dpkg --reconfigure" I had to confirm in GUI, that I really want to restart these services.