From: Baptiste DURAND Date: Tue, 30 Apr 2013 13:41:28 +0000 (+0200) Subject: Fix WRT Runtimes Change post section : call wrt_common_create_cleandb.sh X-Git-Tag: submit/tizen/20130521.003238~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f203c87dccaafecc500248e86f8aaeac318971ed;p=platform%2Fframework%2Fweb%2Fwrt-commons.git Fix WRT Runtimes Change post section : call wrt_common_create_cleandb.sh --- 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_"`