summarylogtreecommitdiffstats
path: root/pearl.install
blob: bc99e43d0f1506efc0e3c92e5979e8fe9f7902cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
_post(){
    echo
    echo "Remember to init Pearl configurations by running:"
    echo "    /usr/bin/pearl init"
    echo
}

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

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