projects
/
platform
/
framework
/
web
/
wrt-commons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1104577
)
Fix WRT Runtimes Change post section : call wrt_common_create_cleandb.sh
02/3602/1
author
Baptiste DURAND
<baptiste.durand@eurogiciel.fr>
Tue, 30 Apr 2013 13:41:28 +0000
(15:41 +0200)
committer
Rusty Lynch
<rusty.lynch@intel.com>
Tue, 21 May 2013 00:18:08 +0000
(17:18 -0700)
packaging/wrt-commons.spec
patch
|
blob
|
history
diff --git
a/packaging/wrt-commons.spec
b/packaging/wrt-commons.spec
index
89a6ed2
..
97ae645
100644
(file)
--- 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_"`