]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-udev
r1990: releasing version 5.0.46
[debhelper.git] / autoscripts / postinst-udev
1 if [ "$1" = configure ]; then
2         if [ -e "#OLD#" ]; then
3                 echo "Preserving user changes to #RULE# ..."
4                 if [ -e "#RULE#" ]; then
5                         mv -f "#RULE#" "#RULE#.dpkg-new"
6                 fi
7                 mv -f "#OLD#" "#RULE#"
8         fi
9 fi