summarylogtreecommitdiffstats
path: root/geographiclib.install
blob: e8fe7cd7960787fca162d7fbaee76007ea8b14e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
_info() {
    echo "----------------------------------------------------------"
    echo "Data files for GeographicLib (gravity and magnetic models)"
    echo "can be downloaded by scripts installed in /usr/bin :"
    echo "  geographiclib-get-geoids"
    echo "  geographiclib-get-gravity"
    echo "  geographiclib-get-magnetic"
    echo "For details see:"
    echo "  https://geographiclib.sourceforge.io/html/geoid.html"
    echo "  https://geographiclib.sourceforge.io/html/gravity.html"
    echo "  https://geographiclib.sourceforge.io/html/magnetic.html"
    echo "----------------------------------------------------------"
}

post_install() {
    _info
}

post_upgrade() {
    _info
}