Here is a patch for the post-install script:
15c15
<     [ -e /var/lib/mediatomb/sqlite3.db ] && \
---
>     [ ! -e /var/lib/mediatomb/sqlite3.db ] || \
23c23
<         update-rc.d mediatomb remove >/dev/null || exit $?
---
>         update-rc.d -f mediatomb remove >/dev/null || exit $?

For Jean-Michel:
After the package installation fails
modify the lines 15 and 23 of script:
/var/lib/dpkg/info/mediatomb-daemon.postinst according to the previous patch
then execute the following command:
# dpkg --configure mediatomb-daemon

Best regards

Reply via email to