summarylogtreecommitdiffstats
path: root/gmt-cpt-city.install
blob: 6e89dcc451a8c247545ab73fe8eada56e7b30004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

post_install() {
cat << EOF
>>>
>>>  This package provides the entire Cpt-City color
>>>  palette collection. 
>>>
>>>  For usage with GMT look at:
>>>
>>>       man cpt-city
>>>
>>>  For examples and previews of all palettes, see the cpt-city
>>>  website at: 
>>>
>>>       http://soliton.vm.bytemark.co.uk/pub/cpt-city/ 
>>>
EOF
}

post_upgrade() {
  post_install
}