summarylogtreecommitdiffstats
path: root/nbsdgames-git.install
blob: 898ad44123b468551112f89752b023de12122a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    cat usr/share/doc/nbsdgames/score.txt
    echo "You may create empty files jw_scores and pp_scores in this directory."
}

post_upgrade() {
    post_install
}

pre_remove() {
    cat usr/share/doc/nbsdgames/score.txt
    echo "You may wish to delete this directory if it exists."
}