summarylogtreecommitdiffstats
path: root/asciiworld.install
blob: 77426b05fce33755558e32b6240fef8d669b09d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  cat <<EOF
"asciiworld-waypoints", an optional tool not required by the core
"asciiworld" program, requires the python2 library "geographiclib". It
used to be available as an AUR package but has not been migrated to
AUR 4.

Either use the old PKGBUILD [1] or install the package using pip:

  # pip2 install geographiclib

[1]: http://pkgbuild.com/git/aur-mirror.git/tree/python2-geographiclib/PKGBUILD
EOF
}

post_upgrade() {
  post_install "$1"
}