If fluxbox is upgraded before blackbox, the undocumented.7 symlink used by blackbox gets in the way of the -f check. The following patch should fix that:
--- fluxbox.postinst.orig 2005-05-23 15:04:25.659968235 +0200
+++ fluxbox.postinst 2005-05-23 15:04:41.376293132 +0200
@@ -30,6 +30,7 @@
fi
if [ -f /usr/share/man/man1/bsetbg.1.gz ] \
&& [ -f /usr/share/man/man1/bsetbg.blackbox.1.gz ] \
+ || [ -L /usr/share/man/man1/bsetbg.blackbox.1.gz ] \
&& dpkg-divert --list /usr/share/man/man1/bsetbg.1.gz | \
grep -q '^diversion.*by fluxbox$'; then
rm /usr/share/man/man1/bsetbg.1.gz
--
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer, admin, user, and author
`. `'`
`- Debian - when you have better things to do than fixing a system
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
"this sentence contradicts itself -- no actually it doesn't."
-- douglas hofstadter
signature.asc
Description: Digital signature

