From: Sangjung Woo Date: Mon, 29 Aug 2016 06:49:01 +0000 (+0900) Subject: spec: remove pkg_initdb in post script X-Git-Tag: accepted/tizen/3.0/ivi/20161011.062333^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0;p=profile%2Fivi%2Frygel.git spec: remove pkg_initdb in post script This removes pkg_initdb in post script since it is not necessary for this package. Change-Id: I1ed80c932bdf8a461fd22263dbe33c6de0747c85 Signed-off-by: Sangjung Woo --- diff --git a/packaging/rygel.spec b/packaging/rygel.spec index cd8fac6..c651106 100644 --- a/packaging/rygel.spec +++ b/packaging/rygel.spec @@ -31,7 +31,6 @@ BuildRequires: pkgconfig(uuid) BuildRequires: intltool BuildRequires: libxslt-tools BuildRequires: docbook-xsl-stylesheets -Requires(post): /usr/bin/pkg_initdb %description Rygel is a collection of DLNA (UPnP AV) devices, implemented through a plug-in mechanism. @@ -93,7 +92,6 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop /bin/touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache \ --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : -/usr/bin/pkg_initdb # systemctl daemon-reload # systemctl restart rygel.service