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 Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git]
/
lib32-qt3
/
lib32-qt3.install
blob
15a81df47b6330f780339d7e8f6fec61423e95f6
1
post_install() {
2
pre_remove
3
}
4
5
post_upgrade() {
6
pre_remove
7
}
8
9
pre_remove() {
10
sed -e '/\/opt\/lib32\/opt\/qt\/lib/d' -i etc/ld.so.conf
11
}
12