summarylogtreecommitdiffstats
path: root/n-ninja.install
blob: 6e81f719d642d81b7340dddb64545d22124cf46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
   echo 'n-ninja uses the variable $BROWSER to open the game.'
   echo "This variable must be set in order for the game to run."
}

post_upgrade() {
    post_install $1
}

post_remove() {
    post_install $1
}