Package: dwb Hi,
I noticed dwb does not installing itself as alternative. After taking a look into its postinst script I found a little typo: > if [ "$!" = "configure" ] || [ "$1" = "abort-upgrade" ]; then should be > if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then ($1 instead of $!) Kind regards, Michael -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

