summarylogtreecommitdiffstats
path: root/kicad.install
diff options
context:
space:
mode:
Diffstat (limited to 'kicad.install')
-rw-r--r--kicad.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicad.install b/kicad.install
index 60ca7a77497c..58fa5abfc529 100644
--- a/kicad.install
+++ b/kicad.install
@@ -1,5 +1,5 @@
post_install() {
- echo "Remember to set KISYSMOD environment variable to:"
- echo " KISYSMOD="/usr/share/kicad/footprints""
+ echo "The KISYSMOD environmet variable is set in profile.d,"
+ echo "so make sure to restart your desktop session to reaload."
echo "And copy /usr/share/kicad/footprints/fp-lib-table to \$HOME"
}