From e3c21a8456cf86bf955262b71af2bfe4afd25ccc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Aug 2010 19:33:54 +0200 Subject: mass commit everything Signed-off-by: Florian Pritz --- 0ad/0ad.install | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 0ad/0ad.install (limited to '0ad/0ad.install') diff --git a/0ad/0ad.install b/0ad/0ad.install new file mode 100644 index 0000000..bdc8043 --- /dev/null +++ b/0ad/0ad.install @@ -0,0 +1,21 @@ +# arg 1: the new package version +post_install() { +cat << EOF +Note: +==> In order to play the game, execute it as follows: +==> 0ad +==> You can also run the game editor with this command: +==> 0ad-editor +==> Have fun! +EOF +} + +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() { + post_install $1 +} + +op=$1 +shift +$op $* \ No newline at end of file -- cgit v1.2.3-24-g4f1b