summarylogtreecommitdiffstats
path: root/nbsdgames-git.install
blob: 425a6f44d13eff8822a5c676db076381f8eebc93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    cat usr/share/doc/nbsdgames/score.txt
}

post_upgrade() {
    post_install
}

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