diff options
Diffstat (limited to 'debian/org.tizen.taskmgr.postinst')
-rwxr-xr-x | debian/org.tizen.taskmgr.postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/org.tizen.taskmgr.postinst b/debian/org.tizen.taskmgr.postinst new file mode 100755 index 0000000..ab566dd --- /dev/null +++ b/debian/org.tizen.taskmgr.postinst @@ -0,0 +1,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 |