summaryrefslogtreecommitdiff
path: root/debian/libug-phone-efl.postinst.in
blob: a798544a29d19eb3698ee942614e45ce614c7a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

mkdir -p @UGDATADIR@

if [ ${USER} = "root" ]
then
# Change file owner
   chgrp 6005 @UGDATADIR@
   chmod 770 @UGDATADIR@
fi

echo "Done"