summaryrefslogtreecommitdiff
path: root/debian/syspopup-0.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/syspopup-0.postinst')
-rw-r--r--debian/syspopup-0.postinst3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/syspopup-0.postinst b/debian/syspopup-0.postinst
index ac719d7..ccece2d 100644
--- a/debian/syspopup-0.postinst
+++ b/debian/syspopup-0.postinst
@@ -1,7 +1,6 @@
#!/bin/sh
mkdir -p /opt/dbspace/
-sqlite3 /opt/dbspace/.syspopup.db < /opt/share/syspopup_db.sql
-rm -rf /opt/share/syspopup_db.sql
+sqlite3 /opt/dbspace/.syspopup.db < /usr/share/syspopup/syspopup_db.sql
if [ ${USER} = "root" ]
then