repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
fakeroot
/
trunk
/
fakeroot.install
blob
29b52c89585f00fecf3fbaa54367c7d089d83b40
1
#!/bin/sh
2
3
post_install
() {
4
usr
/
bin
/
ldconfig
-r
.
5
}
6
7
post_upgrade
() {
8
usr
/
bin
/
ldconfig
-r
.
9
}
10
11
pre_remove
() {
12
usr
/
bin
/
ldconfig
-r
.
13
}