diff --git a/debian/template/postinst b/debian/template/postinst
index bba24dc6df89538365afd4b679d76c3c7bd20d87..ae3bca69b2597d29d53c7b769458adbf9a3978cc 100644
--- a/debian/template/postinst
+++ b/debian/template/postinst
@@ -27,12 +27,6 @@ case "$1" in
 		if [ "$OLD_VERSION" = "" ]
 		then
 			create_db
-
-			#install base version of the framework
-			exec_sql_file "$DB_SCRIPT_DIR/db_0.sql"
-			#install patch to current version
-			exec_sql_file "$DB_SCRIPT_DIR/db_0_to_${MAX_DB_VERSION_FOR_MIGRTION}.sql"
-
 		else
 			#if we update the package
 			if [ -f $DB_SCRIPT_DIR/db_${OLD_VERSION}_to_${MAX_DB_VERSION_FOR_MIGRTION}.sql ]; then