summarylogtreecommitdiffstats
path: root/gmt-cpt-city.install
diff options
context:
space:
mode:
Diffstat (limited to 'gmt-cpt-city.install')
-rw-r--r--gmt-cpt-city.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/gmt-cpt-city.install b/gmt-cpt-city.install
new file mode 100644
index 000000000000..6e89dcc451a8
--- /dev/null
+++ b/gmt-cpt-city.install
@@ -0,0 +1,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
+}
+