summarylogtreecommitdiffstats
path: root/pearl.install
blob: 573c774d1b30838021d0a5547a9069226cde4389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_msg(){
    echo 'To configure the PEARL_HOME directory:'
    echo '    /opt/pearl/bin/pearl init'
}

# arg 1:  the new package version
post_install() {
    _msg
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
    _msg
}