summaryrefslogtreecommitdiff
path: root/debian/org.tizen.message.postinst.in
blob: 38fa0a8024ccbbf4ae764fa9e2b2562a39f0bc5b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

#if [ ${USER} = "root" ]
if [ "`id -u`" = "0" ]
then
	#5000 is inhouse user id
	chown -R 5000:5000 @DATADIR@
	/usr/bin/vconftool set -t int db/private/org.tizen.message/font_size 0 -u 5000
fi