r22107 - in /desktop/unstable/gnome-session/debian: changelog gnome-session.postinst
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Sat Oct 24 12:28:44 UTC 2009
Author: joss
Date: Sat Oct 24 12:28:44 2009
New Revision: 22107
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22107
Log:
Run update-gconf-defaults once after the upgrade.
Modified:
desktop/unstable/gnome-session/debian/changelog
desktop/unstable/gnome-session/debian/gnome-session.postinst
Modified: desktop/unstable/gnome-session/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/changelog?rev=22107&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-session/debian/changelog [utf-8] Sat Oct 24 12:28:44 2009
@@ -13,6 +13,7 @@
+ Remove it from the package.
+ Clean up the alternative.
* With all of that, all our GConf overrides disappear.
+ + Run update-gconf-defaults once after the upgrade.
* Update README.Debian accordingly.
* 01_gnome-wm.patch:
+ Stop making compiz the default. Closes: #547899.
Modified: desktop/unstable/gnome-session/debian/gnome-session.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-session/debian/gnome-session.postinst?rev=22107&op=diff
==============================================================================
--- desktop/unstable/gnome-session/debian/gnome-session.postinst [utf-8] (original)
+++ desktop/unstable/gnome-session/debian/gnome-session.postinst [utf-8] Sat Oct 24 12:28:44 2009
@@ -14,6 +14,9 @@
/usr/share/pixmaps/splash/gnome-splash.png
update-alternatives --remove desktop-splash \
/usr/share/pixmaps/splash/gnome-debian-splash.png
+ if which update-gconf-defaults >/dev/null 2>&1; then
+ update-gconf-defaults
+ fi
fi
#DEBHELPER#
More information about the pkg-gnome-commits
mailing list