#!/bin/sh set -e if [ "$1" = "configure" ]; then if which udevadm 1>/dev/null 2>&1; then if udevadm control --reload; then if dpkg --compare-versions "$2" le "2.0-1~"; then udevadm trigger --action=add --subsystem-match=block --property-match=ID_CDROM=1 || true fi fi fi fi # Automatically added by dh_installdeb/13.14.1 dpkg-maintscript-helper rm_conffile /etc/default/udftools 2.0-1\~ udftools -- "$@" dpkg-maintscript-helper rm_conffile /etc/init.d/udftools 2.0-1\~ udftools -- "$@" # End automatically added section