updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libmatecomponent / libmatecomponent.install
blobdab59723db2f95ce82d8ff2ac78f21883500d17e
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