From f1d117cd748671d01cbec54f6e08138a7ae31b48 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 10 Dec 2007 11:05:02 +0000 Subject: [PATCH] Remove uninstalling the mythtv schema from the main package, it was never installed in GConf in the first place --- totem.spec | 10 ---------- 1 file changed, 10 deletions(-) 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