summarylogtreecommitdiffstats
path: root/engauge.install
diff options
context:
space:
mode:
Diffstat (limited to 'engauge.install')
-rw-r--r--engauge.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/engauge.install b/engauge.install
index b8906aff7a30..7117e312b9d3 100644
--- a/engauge.install
+++ b/engauge.install
@@ -1,6 +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."
+ echo "If you want several sample image files that may be imported into Engauge Digitizer, "
+ echo "please install engauge-samples:"
+ echo "sudo pacman -S engauge-samples"
+ echo "The files are in directory /usr/share/doc/engauge-digitizer/samples/"
}