summarylogtreecommitdiffstats
path: root/gngeo-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'gngeo-git.install')
-rw-r--r--gngeo-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/gngeo-git.install b/gngeo-git.install
new file mode 100644
index 000000000000..b1817a4c694d
--- /dev/null
+++ b/gngeo-git.install
@@ -0,0 +1,9 @@
+
+post_install() {
+ echo "See /usr/share/gngeo/sample_gngeorc for a sample configuration file" \
+ "and save your config to ~/.gngeo/gngeorc file."
+}
+
+post_upgrade() {
+ post_install
+}