diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-29 16:43:56 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-29 16:43:56 +0000 |
commit | b93cb588fd14c1f033eab3f8d109eacac3b67ee5 (patch) | |
tree | d401ffe7aa9c4d37a16e68d06eb7b81c0ec56c7a /gst-plugins.spec.in | |
parent | dccdb477f1129df55c6d72ac7a12502babf576e3 (diff) | |
download | gst-plugins-bad-b93cb588fd14c1f033eab3f8d109eacac3b67ee5.tar.gz gst-plugins-bad-b93cb588fd14c1f033eab3f8d109eacac3b67ee5.tar.bz2 gst-plugins-bad-b93cb588fd14c1f033eab3f8d109eacac3b67ee5.zip |
ok, redo from start
Original commit message from CVS:
ok, redo from start
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r-- | gst-plugins.spec.in | 8 |
1 files changed, 5 insertions, 3 deletions
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 |