blob: 055fb4d08cbe779726a9322b6e0f9113e95602ff (
plain)
1
2
3
4
5
6
7
|
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
}
|