~gnome3-team/gnome-session/ubuntu

« back to all changes in this revision

Viewing changes to debian/gnome-session.postinst

  • Committer: Rodrigo Moya
  • Date: 2011-05-04 10:29:40 UTC
  • mfrom: (145.1.2 ubuntu)
  • Revision ID: rodrigo.moya@canonical.com-20110504102940-wvtgy8eizjub8dj5
Tags: 3.0.0-2ubuntu1~build1
releasing version 3.0.0-2ubuntu1~build1

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    x-session-manager.1.gz /usr/share/man/man1/gnome-session.1.gz
10
10
fi
11
11
 
12
 
if [ "$1" = configure ] && dpkg --compare-versions "$2" lt-nl 2.28; then
13
 
  update-alternatives --remove desktop-splash \
14
 
    /usr/share/pixmaps/splash/gnome-splash.png
15
 
  update-alternatives --remove desktop-splash \
16
 
    /usr/share/pixmaps/splash/gnome-debian-splash.png
17
 
  if which update-gconf-defaults >/dev/null 2>&1; then
18
 
    update-gconf-defaults
19
 
  fi
20
 
fi
21
 
 
22
12
#DEBHELPER#