apply FSL(Flora Software License)
[apps/home/calculator.git] / debian / org.tizen.calculator.postinst
1 #!/bin/sh
2 if [  ${USER} == "root" ]
3 then
4         # 5000 is inhouse user id
5         # do not use relative path
6         chown -R 5000:5000 /opt/apps/org.tizen.calculator/data
7 fi
8