updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / gnuchess-book / gnuchess-book.install
blob3cde1ae94f0643ff36f62288849882656ae336af
1 post_install() {
2 cat << EOF
3 >>> Book installed as /usr/share/gnuchess/book-big.bin
4 >>> To enable it in gnuchess edit the file /usr/share/gnuchess/gnuchess.ini
5 --------------------------------------------------------------------------- 
6 [Engine]
8 OwnBook =  true
9 BookFile = book-big.bin
10 ---------------------------------------------------------------------------
13 EOF
16 post_upgrade() {
17   post_install $1
20 op=$1
21 shift
23 $op $*