Remove uninstalling the mythtv schema from the main package, it was never
installed in GConf in the first place
This commit is contained in:
parent
19c06d443d
commit
f1d117cd74
10
totem.spec
10
totem.spec
@ -170,11 +170,6 @@ if [ "$1" -gt 1 ]; then
|
||||
%{_sysconfdir}/gconf/schemas/totem-handlers.schemas \
|
||||
%{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas \
|
||||
>& /dev/null || :
|
||||
if [ -f %{_sysconfdir}/gconf/schemas/totem-mythtv.schemas ] ; then
|
||||
gconftool-2 --makefile-uninstall-rule \
|
||||
%{_sysconfdir}/gconf/schemas/totem-mythtv.schemas \
|
||||
>& /dev/null || :
|
||||
fi
|
||||
fi
|
||||
|
||||
%preun
|
||||
@ -185,11 +180,6 @@ if [ "$1" -eq 0 ]; then
|
||||
%{_sysconfdir}/gconf/schemas/totem-handlers.schemas \
|
||||
%{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas \
|
||||
>& /dev/null || :
|
||||
if [ -f %{_sysconfdir}/gconf/schemas/totem-mythtv.schemas ] ; then
|
||||
gconftool-2 --makefile-uninstall-rule \
|
||||
%{_sysconfdir}/gconf/schemas/totem-mythtv.schemas \
|
||||
>& /dev/null || :
|
||||
fi
|
||||
fi
|
||||
|
||||
%postun
|
||||
|
||||
Loading…
Reference in New Issue
Block a user