pre_upgrade() {
   if [ -f /etc/modprobe.conf ]
     then
       mv /etc/modprobe.conf /etc/modprobe.d/modprobe.conf
   fi
}