#!/bin/sh set -e [ "$1" = configure -a "$2" ] \ && dpkg --compare-versions $2 lt 961025 \ || [ -z "$2" ] \ || exit 0 if [ -f /etc/usertty ] ; then cat > /etc/usertty$$ <> /etc/usertty$$ mv -f /etc/usertty$$ /etc/usertty if egrep -vqn '^#|^ *$' /etc/usertty ; then cat < /dev/null