summarylogtreecommitdiffstats
path: root/jedstate-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'jedstate-git.install')
-rw-r--r--jedstate-git.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/jedstate-git.install b/jedstate-git.install
index 7c5549a90e63..2bce3ac7e293 100644
--- a/jedstate-git.install
+++ b/jedstate-git.install
@@ -1,13 +1,13 @@
# -*- sh -*-
pre_install() {
- cat <<EOF >&2
-NB: In order to use this package you will have to edit
- startup_hook() and exit_hook() of your ~/.jedrc and
- also include two autoload() stanzas.
+ cat <<EOF
+NB: In order to use this package you will have to edit add a
+ require("jedstate") to your existing ~/.jedrc, and also
+ edit (or add) startup_hook() and exit_hook().
- See /usr/share/doc/jedstate-git/jedstate-hooks.sl
- for an example.
+ Working sample hooks and a README can be found in the
+ /usr/share/doc/jedstate-git/ directory.
EOF
}