Remove uninstalling the mythtv schema from the main package, it was never

installed in GConf in the first place
This commit is contained in:
Bastien Nocera 2007-12-10 11:05:02 +00:00
parent 19c06d443d
commit f1d117cd74

View File

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