summarylogtreecommitdiffstats
path: root/jwmtools.install
blob: 4a585e489f2a806aedceed29a86856e77e30bbb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# arg 1:  the new package version
post_install() {
  cat << EOF

==>   The tools are installed in /opt/jwmtools/0.1/

EOF
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  cat << EOF

==>   The tools are installed in /opt/jwmtools/0.1

EOF
}

op=$1
shift
$op $*