summarylogtreecommitdiffstats
path: root/jedstate-git.install
blob: cfd3c6913d1ba5ab15884f53272623b74a87e6c9 (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_hok() and exit_hook() of your ~/.jedrc and
    also include two autoload() stanzas.

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

pre_upgrade() {
  pre_install "$@"
}

# eof