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 <vinc...@vinc17.net> - 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 debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to