summarylogtreecommitdiffstats
path: root/jedstate-git.install
blob: 7c5549a90e63040552b447936f7d3ffa656e2554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- 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.

    See /usr/share/doc/jedstate-git/jedstate-hooks.sl
    for an example.
EOF
}

pre_upgrade() {
  pre_install "$@"
}

# eof