diff --git a/totem.spec b/totem.spec index 47f18f7..f2c4137 100644 --- a/totem.spec +++ b/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