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 Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git]
/
cnijfilter-ip4500
/
cnijfilter-ip4500.install
blob
5f10cfd334094a36e039bbccd229ca4cfa1585d4
1
post_install() {
2
if [ -x /sbin/ldconfig ]; then
3
/sbin/ldconfig
4
fi
5
}
6
post_upgrade() {
7
post_install
8
}
9
post_remove() {
10
post_install
11
}