upload tizen1.0 source
[framework/appfw/librua.git] / debian / librua-0.postinst.in
1 #!/bin/sh
2
3 mkdir -p /opt/dbspace/
4 sqlite3 /opt/dbspace/.rua.db < /opt/share/rua_db.sql
5 rm -rf /opt/share/rua_db.sql
6
7 if [ ${USER} = "root" ]
8 then
9         chown root:5000 /opt/dbspace/.rua.db
10         chown root:5000 /opt/dbspace/.rua.db-journal
11 fi
12
13 chmod 660 @DATADIR@/dbspace/.rua.db
14 chmod 660 @DATADIR@/dbspace/.rua.db-journal
15
16