After fixing the prerm script, I've found that the postrm script is
also buggy:
Removing wwwoffle ...
Purging configuration files for wwwoffle ...
find: `/etc/wwwoffle': No such file or directory
find: `/etc/wwwoffle': No such file or directory
/etc/wwwoffle directory removed, including contents
find: `/etc/wwwoffle': No such file or directory
find: `/etc/wwwoffle': No such file or directory
dpkg: error processing wwwoffle (--purge):
subprocess installed post-removal script returned error exit status 128
Errors were encountered while processing:
wwwoffle
Again, there's the "|| exit $?" that can make it fail:
update-rc.d wwwoffle remove >/dev/null || exit $?
But even though the "exit 0" is reached (I've added an "echo ..."
just before), I still get the error.
--
Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]