updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cockatrice-git / cockatrice.install
blob3ef59a32b406c56f60319eab0a59972c0ed0e561
1 ## arg 1:  the new package version
2 post_install() {
3   echo
4   echo "Please make sure your user is a member of the group 'games'."
5   echo
6   echo "To download the latest M:TG card list for Cockatrice, please do the following:"
7   echo "cd /opt/cockatrice/bin"
8   echo "./oracle"
9   echo
10   echo "Then open Cockatrice, go to File->Settings, and change the path to Cards"
11   echo "Database to '/opt/cockatrice/oracle/cards.xml', and the path to Pictures to"
12   echo "'/opt/cockatrice/pic'."
13   echo
15 # vim:set ts=2 sw=2 et: