summaryrefslogtreecommitdiffstats
path: root/0ad/0ad.install
diff options
context:
space:
mode:
Diffstat (limited to '0ad/0ad.install')
-rw-r--r--0ad/0ad.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/0ad/0ad.install b/0ad/0ad.install
deleted file mode 100644
index bdc8043..0000000
--- a/0ad/0ad.install
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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