updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / gmt / gmt.install
blob80ee15b7e387f4941ee41da4a46703cab4565100
1 # arg 1:  the new package version
2 pre_install() {
3   /bin/true
5   
6 # arg 1:  the new package version
7 post_install() {
8    echo "==> HIGH RESOLUTION COASTLINE DATASET"
9    echo "" 
10    echo "==> The default installation of GMT contains a low resolution coastline dataset."
11    echo "==> If you need to make maps at higer resolutions please install the gmt-coast package."
14 # arg 1:  the new package version
15 # arg 2:  the old package version
16 post_upgrade() {
17     post_install $1
19       
20 op=$1
21 shift
22 $op $*