#! /bin/sh -e if dpkg --compare-versions "$2" le 1.8.10; then DIVERT_LIST="/usr/games/tuxtype /usr/bin/tuxpaint" for f in ${DIVERT_LIST} ; do if [ -f "${f}.real" ] ; then rm -f "$f" 2>&1 >/dev/null || true dpkg-divert --package llxcfg-desktops-keeper --rename --quiet --remove "${f}" || true fi done fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0