summarylogtreecommitdiffstats
path: root/gmt.install
diff options
context:
space:
mode:
Diffstat (limited to 'gmt.install')
-rw-r--r--gmt.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/gmt.install b/gmt.install
new file mode 100644
index 000000000000..e116a1726ae1
--- /dev/null
+++ b/gmt.install
@@ -0,0 +1,22 @@
+# arg 1: the new package version
+pre_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+post_install() {
+ echo "==> GMT HIGH RESOLUTION COASTLINE DATASET"
+ echo ""
+ echo "==> The default installation of GMT contains a low resolution coastline dataset."
+ echo "==> For maps at higer resolutions please install the gmt-coast package."
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ post_install $1
+}
+
+op=$1
+shift
+$op $*