mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
remove mask statement from %post as it is not supported anymore
Original commit message from CVS: remove mask statement from %post as it is not supported anymore
This commit is contained in:
parent
8461453b10
commit
c11ec88b62
2 changed files with 2 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 063ebfd201ca87f316bf478d19440a585ce0af2c
|
||||
Subproject commit d6e219fd076d8f182bd1ee84228b1b85cdb807a6
|
|
@ -127,7 +127,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
|
||||
%{_bindir}/gst-register > /dev/null 2> /dev/null
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
|
|
Loading…
Reference in a new issue