summarylogtreecommitdiffstats
path: root/engauge.install
diff options
context:
space:
mode:
Diffstat (limited to 'engauge.install')
-rw-r--r--engauge.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/engauge.install b/engauge.install
new file mode 100644
index 000000000000..b8906aff7a30
--- /dev/null
+++ b/engauge.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "To read the manual from within engauge, "
+ echo "run engauge the following way:"
+ echo "engauge -manual /usr/share/engauge/doc/usermanual/"
+ echo "Or set the variable ENGAUGE_USERMANUL accordingly."
+}