From f203c87dccaafecc500248e86f8aaeac318971ed Mon Sep 17 00:00:00 2001 From: Baptiste DURAND Date: Tue, 30 Apr 2013 15:41:28 +0200 Subject: [PATCH] Fix WRT Runtimes Change post section : call wrt_common_create_cleandb.sh --- packaging/wrt-commons.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/wrt-commons.spec b/packaging/wrt-commons.spec index 89a6ed2..97ae645 100644 --- a/packaging/wrt-commons.spec +++ b/packaging/wrt-commons.spec @@ -70,8 +70,8 @@ mkdir -p %{_libdir}/wrt-plugins if [ -z ${2} ]; then echo "This is new install of wrt-commons" - echo "Calling /usr/bin/wrt_commons_reset_db.sh" - /usr/bin/wrt_commons_reset_db.sh + echo "Calling /usr/bin/wrt_commons_create_clean_db.sh" + /usr/bin/wrt_commons_create_clean_db.sh else # Find out old and new version of databases WRT_OLD_DB_VERSION=`sqlite3 /opt/dbspace/.wrt.db ".tables" | grep "DB_VERSION_"` -- 2.7.4