summarylogtreecommitdiffstats
path: root/junest.install
blob: f3ca896d556cff07b0cb27a1bcaa10a51d5fa70e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_msg(){
    :
}

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

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