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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
cernlib
/
cernlib.install
blob
e77f3c4da72f34d02e8ae330b7e204f30c2e74b1
1
post_install() {
2
echo '/usr/local/lib/cernlib2006' >> /etc/ld.so.conf
3
ldconfig
4
}
5
6
post_upgrade() {
7
/bin/true
8
}
9
10
pre_remove() {
11
sed -i -e '/cernlib2006/d' /etc/ld.so.conf
12
}
13
14
op=$1
15
shift
16
$op "$@"
17
18