[gnome-color-manager] trivial: a tiny mistake in the spec file
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: a tiny mistake in the spec file
- Date: Fri, 27 Nov 2009 17:53:18 +0000 (UTC)
commit 99b0560a57e7e704868b50ae908bd2a5059dc0a9
Author: Richard Hughes <richard hughsie com>
Date: Fri Nov 27 16:39:56 2009 +0000
trivial: a tiny mistake in the spec file
contrib/gnome-color-manager.spec.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/contrib/gnome-color-manager.spec.in b/contrib/gnome-color-manager.spec.in
index af2d7db..0a730eb 100644
--- a/contrib/gnome-color-manager.spec.in
+++ b/contrib/gnome-color-manager.spec.in
@@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
- %{_sysconfdir}/gconf/schemas/gnome-packagekit.schemas >/dev/null || :
+ %{_sysconfdir}/gconf/schemas/gnome-color-manager.schemas >/dev/null || :
scrollkeeper-update -q &> /dev/null || :
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
@@ -90,14 +90,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
if [ "$1" -gt 1 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
- %{_sysconfdir}/gconf/schemas/gnome-packagekit.schemas &> /dev/null || :
+ %{_sysconfdir}/gconf/schemas/gnome-color-manager.schemas &> /dev/null || :
fi
%preun
if [ "$1" -eq 0 ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule \
- %{_sysconfdir}/gconf/schemas/gnome-packagekit.schemas &> /dev/null || :
+ %{_sysconfdir}/gconf/schemas/gnome-color-manager.schemas &> /dev/null || :
fi
%postun
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]