summarylogtreecommitdiffstats
path: root/garmintools.install
diff options
context:
space:
mode:
Diffstat (limited to 'garmintools.install')
-rw-r--r--garmintools.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/garmintools.install b/garmintools.install
new file mode 100644
index 000000000000..055fb4d08cbe
--- /dev/null
+++ b/garmintools.install
@@ -0,0 +1,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
+}