summarylogtreecommitdiffstats
path: root/notify.install
blob: 9c1f8a3cf1835431e5d11724fe91a82f58ef20a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo
    echo 'Please make sure to fully-terminate Google Earth before relaunching it,'
    echo 'so that the libraries can be reloaded:'
    echo '$ killall googleearth-bin'
    echo 'If in doubt, restart your computer.'
    echo
}

post_upgrade() {
    post_install
}