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