~ubuntu-branches/ubuntu/precise/xkeyboard-config/precise

« back to all changes in this revision

Viewing changes to debian/xkb-data.postrm.in

  • Committer: Steve Langasek
  • Date: 2009-12-23 08:05:48 UTC
  • mfrom: (12.2.3 sid)
  • Revision ID: vorlon@debian.org-20091223080548-iyd4vxqipg43onuu
mergeĀ 1.7-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
THIS_PACKAGE=xkb-data
 
6
THIS_SCRIPT=postrm
 
7
 
 
8
#INCLUDE_SHELL_LIB#
 
9
 
 
10
case $1 in
 
11
  abort-install|abort-upgrade)
 
12
  if dpkg --compare-versions "$2" lt-nl 1.6-2; then
 
13
    remove_conffile_rollback /etc/X11/xkb/base.xml
 
14
  fi
 
15
  ;;
 
16
esac
 
17
 
 
18
#DEBHELPER#
 
19
 
 
20
# vim:set ai et sw=2 ts=2 tw=80: