summaryrefslogtreecommitdiff
path: root/debian/libappsvc-0.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libappsvc-0.postinst')
-rwxr-xr-xdebian/libappsvc-0.postinst19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/libappsvc-0.postinst b/debian/libappsvc-0.postinst
deleted file mode 100755
index a577896..0000000
--- a/debian/libappsvc-0.postinst
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-source /etc/tizen-platform.conf
-
-mkdir -p $TZ_SYS_DB
-sqlite3 $TZ_SYS_DB/.appsvc.db < $TZ_SYS_SHARE/appsvc_db.sql
-rm -rf /opt/share/appsvc_db.sql
-
-if [ "${USER}" = "root" ]
-then
- chown root:root /usr/lib/libappsvc.so.0.1.0
- chown root:$TZ_SYS_USER_GROUP $TZ_SYS_DB/.appsvc.db
- chown root:$TZ_SYS_USER_GROUP $TZ_SYS_DB/.appsvc.db-journal
-fi
-
-chmod 644 /usr/lib/libappsvc.so.0.1.0
-chmod 664 $TZ_SYS_DB/.appsvc.db
-chmod 664 $TZ_SYS_DB/.appsvc.db-journal
-
-#chmod 1777 /opt/share/miregex # Set directory to be writable for other accounts