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 Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git]
/
instantclient-basic
/
instantclient-basic.install
blob
588c7e27c0bbe31505e2c7acc6e1887498564b53
1
post_install() {
2
echo
3
echo "NOTE: Please set your ORACLE_HOME to /opt/instantclient"
4
echo "Provide a tnsnames.ora and set TNS_ADMIN variable to dir where tnsnames.ora is."
5
echo
6
}
7
8
post_upgrade() {
9
sed -i '\@/opt/instantclient@d' /etc/ld.so.conf
10
}