summarylogtreecommitdiffstats
path: root/kicad.install
blob: 3c8c7f60a132dc387e6483e06833124d73813480 (plain)
1
2
3
4
5
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"
	 echo "\$HOME/.config/kicad/fp-lib-table"
}