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 19 20:01:47 UTC 2012
[aur-mirror.git]
/
firefox2
/
firefox.install
blob
a24751692363cfd648dc9aaec1136a53f386f84d
1
post_install() {
2
sed -e '/\/opt\/mozilla\/lib/d' -i /etc/ld.so.conf
3
sbin/ldconfig -r .
4
update-desktop-database -q
5
}
6
7
post_upgrade() {
8
post_install $1
9
}
10
11
post_remove() {
12
update-desktop-database -q
13
}
14
15
op=$1
16
shift
17
18
$op $*