diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2015-06-19 19:23:44 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2015-06-19 19:45:30 +0900 |
commit | de7c160d3f5bb016c440ef8dff9aca1c060c3e76 (patch) | |
tree | e11a3c57531f2174684a8ab857ef44952c4fd36a | |
parent | 7fabf6bd74c8d2ce6f43a38e0baa85555e544eae (diff) | |
download | ise-engine-anthy-tizen_3.0.m1_tv.tar.gz ise-engine-anthy-tizen_3.0.m1_tv.tar.bz2 ise-engine-anthy-tizen_3.0.m1_tv.zip |
Update package manager DB on installing or uninstalling packagetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen/20150626.063953submit/tizen/20150626.000206submit/tizen/20150625.112413accepted/tizen/wearable/20150626.103439accepted/tizen/tv/20150626.103456accepted/tizen/mobile/20150626.103416tizen_3.0.m1_tvtizen_3.0.m1_mobile
Change-Id: I45e0e5774fcc4d36fdfe16ba58c91cad033dc753
-rw-r--r-- | packaging/ise-engine-anthy.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/ise-engine-anthy.spec b/packaging/ise-engine-anthy.spec index 2a386d4..731f557 100644 --- a/packaging/ise-engine-anthy.spec +++ b/packaging/ise-engine-anthy.spec @@ -33,6 +33,11 @@ mkdir -p %{buildroot}%{_datadir}/license cp COPYING %{buildroot}%{_datadir}/license/%{name} %make_install +%post +pkg_initdb + +%postun +pkg_initdb %files %defattr(-,root,root,-) |