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 12 04:00:44 UTC 2012
[aur-mirror.git]
/
grass-geos
/
grass.install
blob
dc6b4eec62dc6b2a3d6ae099e971908d9454366f
1
post_install() {
2
pre_remove
3
}
4
5
post_upgrade() {
6
pre_remove
7
}
8
9
pre_remove() {
10
sed -e '/\/opt\/grass-*\/lib/d' -i /etc/ld.so.conf
11
}
12