#! /bin/sh
set -e

if dpkg-maintscript-helper supports rm_conffile; then
        dpkg-maintscript-helper rm_conffile \
                /etc/udev/pcmcia.rules 015-1+b100 -- "$@"
        dpkg-maintscript-helper rm_conffile \
                /etc/init.d/pcmciautils 015-1+b100 -- "$@"
fi

#DEBHELPER#
