summarylogtreecommitdiffstats
path: root/bubbros.install
blob: 3ade466142a28aa47b07ef71fc6efbe38b1cd056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

post_install() {
  cat << EOF

This game uses a server and client set up. 'bubbros' is a helper script that
starts the server and launches your web browser with it's URL. You can then
define configuration options and launch the client from there. This is also
the default for the .desktop entry.
You can also manually start the server with 'bubnbros-server' from the command
line and point your browser of choice at the url given.
Finally, 'bubnbros-client' starts the client with default options.

EOF
}

post_upgrade() {
  post_install
}