summarylogtreecommitdiffstats
path: root/asciiworld.install
diff options
context:
space:
mode:
Diffstat (limited to 'asciiworld.install')
-rw-r--r--asciiworld.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/asciiworld.install b/asciiworld.install
deleted file mode 100644
index 77426b05fce3..000000000000
--- a/asciiworld.install
+++ /dev/null
@@ -1,18 +0,0 @@
-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"
-}