Package: maelstrom
Version: 1.4.3-L3.0.6+main-2
when /usr/doc is symlink to /usr/share/doc, installation of maelstrom fails
because it tries to remove /usr/doc/maelstrom (which is doc directory
legal in such case)
This issue was already mentioned in bug 129396 (there was different
situation but the /usr/doc as symlink to /usr/share/doc was explicitly
mentioned there) but the resolution apparently does not take this situation
in account.
Please do not try removing /usr/doc/maelstrom symlink in postinst, or change
test from:
if [ -e /usr/doc/maelstrom ] ; then
to:
if [ -L /usr/doc/maelstrom ] ; then
--
Matus UHLAR - fantomas, [email protected] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Eagles may soar, but weasels don't get sucked into jet engines.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]