summarylogtreecommitdiffstats
path: root/pearl.install
blob: aa17be4a27eab1b35af83950cb4b68242d1afc9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_post(){
    pearl init
}

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

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