summarylogtreecommitdiffstats
path: root/kicad-library-espressif.install
blob: 4cd9f95d6eba148686ee57445bbc36070ad32394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
post_install() {
  cat <<'EOF'
==> Espressif KiCad libraries have been installed under:
/usr/share/kicad/espressif

This package does NOT modify your KiCad library tables automatically.

To register the libraries globally for your user, run:

  kicad-espressif-register

and then restart KiCad.
EOF
}

post_upgrade() {
  post_install
}

post_remove() {
  cat <<'EOF'
==> The kicad-library-espressif-git package has been removed.
If you want to clean up manually, edit your global
sym-lib-table and fp-lib-table files under ~/.config/kicad/<version>.
EOF
}