post_install() {
  echo 'You will need to make sure that the 'garmin_gps' kernel module is not loaded or compiled into your kernel.  This module conflicts with the garmintools software.'
}

post_upgrade() {
  post_install
}
