SPECS: banshee.spec - *un*install the schemas in %preun

deejay1 deejay1 at pld-linux.org
Sun Jul 8 13:38:31 CEST 2007


Author: deejay1                      Date: Sun Jul  8 11:38:31 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- *un*install the schemas in %preun

---- Files affected:
SPECS:
   banshee.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/banshee.spec
diff -u SPECS/banshee.spec:1.14 SPECS/banshee.spec:1.15
--- SPECS/banshee.spec:1.14	Sat Jul  7 19:12:17 2007
+++ SPECS/banshee.spec	Sun Jul  8 13:38:26 2007
@@ -101,7 +101,7 @@
 %preun
 SCHEMAS="banshee-core.schemas banshee-interface.schemas banshee-plugin-audioscrobbler.schemas banshee-plugin-daap.schemas banshee-plugin-metadatasearcher.schemas banshee-plugin-minimode.schemas banshee-plugin-mmkeys.schemas banshee-plugin-notificationarea.schemas banshee-plugin-podcast.schemas banshee-plugin-radio.schemas banshee-plugin-recommendation.schemas"
 for S in $SCHEMAS; do
-	%gconf_schema_install $S
+	%gconf_schema_uninstall $S
 done
 
 %postun
@@ -135,6 +135,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2007/07/08 11:38:26  deejay1
+- *un*install the schemas in %preun
+
 Revision 1.14  2007/07/07 17:12:17  patrys
 - update icon cache
 - rel. 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/banshee.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list