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:
Christian Schaller 2003-07-18 19:15:00 +00:00
parent 8461453b10
commit c11ec88b62
2 changed files with 2 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 063ebfd201ca87f316bf478d19440a585ce0af2c
Subproject commit d6e219fd076d8f182bd1ee84228b1b85cdb807a6

View file

@ -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