From 45dde001e4d0752bfbb754dbc9cda0fdd6cd4821 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 29 Oct 2002 16:43:56 +0000 Subject: ok, redo from start Original commit message from CVS: ok, redo from start --- gst-plugins.spec.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gst-plugins.spec.in') diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 77fad3b9..0106901f 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -1471,9 +1471,11 @@ This package contains a basic audio and video playback library. %{_sysconfdir}/gconf/schemas/gstreamer.schemas %{_libdir}/libgstplay-%{version}.so.* -%post -n gstreamer-GConf -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null +%post -n gstreamer-play +/sbin/ldconfig + +%postun -n gstreamer-play +/sbin/ldconfig # %changelog -- cgit