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 Tue Jan 24 12:00:22 UTC 2012
[aur-mirror.git]
/
stdhep
/
stdhep.install
blob
4624096cf8d4d53ffc9f6e6aa1956bf59d2ce5c6
1
post_install() {
2
echo "/opt/Science/StdHEP/lib" >>/etc/ld.so.conf
3
ldconfig
4
}
5
6
post_upgrade() {
7
/bin/true
8
}
9
10
pre_remove() {
11
sed -i '/StdHEP/d' /etc/ld.so.conf
12
}
13
14
op=$1
15
shift
16
17
$op "$@"