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 Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git]
/
heppdt
/
heppdt.install
blob
1378de12d80a79c827c64180230bfed0eeb1cd15
1
post_install() {
2
3
echo "/usr/local/lib/HepPDT" >>/etc/ld.so.conf
4
5
}
6
7
8
post_upgrade() {
9
/bin/true
10
}
11
12
pre_remove() {
13
sed -i '/HepPDT/d' /etc/ld.so.conf
14
}
15
16
op=$1
17
shift
18
19
$op "$@"
20