repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git]
/
bkchem
/
bkchem.install
blob
b82f2c63b7cabd8f02e2c29dc2c188782288c601
1
post_install() {
2
cat << EOT
3
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.
8
9
EOT
10
}
11
12
post_upgrade() {
13
post_install
14
}
15
16
op=$1
17
shift
18
$op $*