diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-12-16 11:51:24 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-12-16 11:51:24 +0100 |
commit | c6000c9d9949b3326fb82f02431899ab6774b960 (patch) | |
tree | 2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /0ad/0ad.install | |
parent | 453f0f12918af35bd8e1e5f049841360f37d62e4 (diff) | |
download | aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz |
big cleanup
Diffstat (limited to '0ad/0ad.install')
-rw-r--r-- | 0ad/0ad.install | 21 |
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 |