summarylogtreecommitdiffstats
path: root/jedstate-git.install
blob: df6d584b80f1bde34be1db988376af67c6786f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- sh -*-

pre_install() {
  cat <<EOF
NB: In order to use this package you will have to add a
    require("jedstate") to your existing ~/.jedrc, and
    also edit (or add) startup_hook() and exit_hook().

    Working sample hooks and a README can be found in
    the /usr/share/doc/jedstate-git/ directory.
EOF
}

pre_upgrade() {
  pre_install "$@"
}

# eof