summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2014-09-14 20:06:14 +0200
committerNick Østergaard2014-09-14 20:06:14 +0200
commitcf1f5ec7a9cddbd3b5bc0d73f1f4bed3d5f9afff (patch)
treef89c0b1696f61fabb261e3a785ee3b620625c5dd
parente69002b02c1691d0521810f834d3b8214d5aedf5 (diff)
downloadaur-cf1f5ec7a9cddbd3b5bc0d73f1f4bed3d5f9afff.tar.gz
Update kicad.install files
-rw-r--r--kicad.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/kicad.install b/kicad.install
index 58fa5abfc529..3c8c7f60a132 100644
--- a/kicad.install
+++ b/kicad.install
@@ -1,5 +1,6 @@
post_install() {
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"
+ echo "And copy /usr/share/kicad/footprints/fp-lib-table to"
+ echo "\$HOME/.config/kicad/fp-lib-table"
}