summarylogtreecommitdiffstats
path: root/jedstate-git.install
blob: 2bce3ac7e293f81d456082bef2b23d1747370ad9 (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 edit 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