Remove schema from the mythtv plugin, it's not used anymore
This commit is contained in:
parent
1e08232407
commit
b2aafe112c
@ -318,12 +318,6 @@ if [ "$1" -eq 0 ]; then
|
||||
fi
|
||||
/sbin/ldconfig
|
||||
|
||||
%post mythtv
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
gconftool-2 --makefile-install-rule \
|
||||
%{_sysconfdir}/gconf/schemas/totem-mythtv.schemas \
|
||||
>& /dev/null || :
|
||||
|
||||
%pre mythtv
|
||||
if [ "$1" -gt 1 ]; then
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
@ -389,7 +383,6 @@ fi
|
||||
|
||||
%files mythtv
|
||||
%defattr(-, root, root)
|
||||
%config %{_sysconfdir}/gconf/schemas/totem-mythtv.schemas
|
||||
%{_libdir}/totem/plugins/mythtv
|
||||
|
||||
%files youtube
|
||||
|
||||
Loading…
Reference in New Issue
Block a user