updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / mate-conf / mate-conf.install
blob933ea716b8f7ab11bc4e9c55905279478dc900af
1 post_install() {
2         ldconfig -r .
3         chmod 755 etc/mateconf/mateconf.xml.system
6 post_upgrade() {
7         ldconfig -r .
8         chmod 755 etc/mateconf/mateconf.xml.system
10         # reload the config
11         PID=`pidof mateconfd-2`
12         if [ ! -z "${PID}" ]; then
13                 kill ${PID}
14         fi