~ubuntu-branches/ubuntu/karmic/sonata/karmic

« back to all changes in this revision

Viewing changes to debian/python-mmkeys.preinst

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2009-05-11 09:10:00 UTC
  • mfrom: (4.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090511091000-jzspxudws5ngxb5e
Tags: 1.6.2-1
New upstream version (Closes: #528045).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
# Switch from pycentral to pysupport
 
5
if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.5.3-2 ; then
 
6
    pycentral pkgremove python-mmkeys
 
7
fi
 
8
 
 
9
#DEBHELPER#
 
10
 
 
11
exit 0