updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / bkchem / bkchem.install
blobb82f2c63b7cabd8f02e2c29dc2c188782288c601
1 post_install() {
2   cat << EOT
4 ==> To enable InChI/InChIKey strings generation in BKChem,
5 ==> you have to install cinchi or stdinchi, and set
6 ==> Options -> InChI program path in bkchem to
7 ==> /usr/bin/cinchi or /usr/bin/stdinchi, respectively.
9 EOT
12 post_upgrade() {
13   post_install
16 op=$1
17 shift
18 $op $*