❦ 12 novembre 2015 18:47 +0100, "[email protected]" <[email protected]> :
> In fact, I did the upgrade and got the same error.
> So I have replaced "set -e" by "set -x" in
> /var/lib/dpkg/info/roundcube-core.postinst
> and there was no error.
Previously, did you also replace "set -e" by "set -x"? You need to keep "set
-e". Just add "set -x" beneath. "set -e" is essential for the error to
happen as the script doesn't check for errors itself.
--
Make sure special cases are truly special.
- The Elements of Programming Style (Kernighan & Plauger)
signature.asc
Description: PGP signature

