summarylogtreecommitdiffstats
path: root/pearl.install
blob: edd9054f98c4417ce20a2432f865b9135fb8d226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_post(){
    /usr/bin/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
}