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]
/
mate-conf
/
mate-conf.install
blob
933ea716b8f7ab11bc4e9c55905279478dc900af
1
post_install() {
2
ldconfig -r .
3
chmod 755 etc/mateconf/mateconf.xml.system
4
}
5
6
post_upgrade() {
7
ldconfig -r .
8
chmod 755 etc/mateconf/mateconf.xml.system
9
10
# reload the config
11
PID=`pidof mateconfd-2`
12
if [ ! -z "${PID}" ]; then
13
kill ${PID}
14
fi
15
}