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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
libmatecomponent
/
libmatecomponent.install
blob
dab59723db2f95ce82d8ff2ac78f21883500d17e
1
post_upgrade() {
2
ldconfig -r .
3
PID=`pidof matecomponent-activation-server`
4
if [ ! -z "${PID}" ]; then
5
killall -HUP matecomponent-activation-server 2>&1
6
fi
7
}