reload udev rules if the package is installed

This commit is contained in:
Ludovic Rousseau 2007-05-10 14:03:02 +00:00
parent 626ffc974f
commit ee515f3882
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ case "$1" in
then
invoke-rc.d pcscd restart 3> /dev/null
fi
# reload udev rules if the package is installed
if [ -x /etc/init.d/udev ]
then
invoke-rc.d udev reload 3> /dev/null
fi
;;
abort-upgrade|abort-remove|abort-deconfigure)