summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/.INSTALL b/.INSTALL
index 3c280dd443b5..b8c895b6766e 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -1,3 +1,7 @@
post_install() {
echo "To setup GNUpot: gnupot -n"
}
+
+post_upgrade() {
+ echo "To update GNUpot you must run the setup again with: gnupot -n"
+}