~ubuntu-branches/ubuntu/karmic/xfce4-session/karmic

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2008-05-20 08:18:16 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (4.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20080520081816-d539vkriuxq85dhd
Tags: 4.4.2-6
debian/{postinst,prerm}: have them back, they manage the x-session-manager
alternative.                                                closes: #481933

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  update-alternatives --remove x-session-manager /usr/bin/xfce4-session 
5
5
fi
6
6
 
7
 
if [ "$1" = "remove" ]; then
8
 
  # Get xfce-mcs-manager to reinit
9
 
  pkill -USR1 -f xfce-mcs-manager || true
10
 
fi
11
 
 
12
7
#DEBHELPER#
13
8
 
14
9
exit 0