summarylogtreecommitdiffstats
path: root/geographiclib.install
blob: 74526b8553d26bfb56ece61aaf995a9ad29b4d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
_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/doc/library.html#datasets"
    echo "----------------------------------------------------------"
}

post_install() {
    _info
}

post_upgrade() {
    _info
}