summaryrefslogtreecommitdiff
path: root/debian/org.tizen.taskmgr.postinst
blob: ab566ddcc8c75c11bd12858a5dd2c5cceff69a78 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ x"${USER}" == x"root" ]
then
	#5000 is inhouse user id
	#do not use relative path
	chown -R 5000:5000 /usr/apps/org.tizen.taskmgr/data
fi