Bug#527566: Proposed patch
Olivier ROBIN
robinoliv at gmail.com
Wed Jun 24 09:16:15 UTC 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20090624/faed37d1/attachment.htm>
More information about the pkg-multimedia-maintainers
mailing list