~ubuntu-branches/ubuntu/raring/xserver-xorg-input-synaptics/raring-proposed

« back to all changes in this revision

Viewing changes to debian/xserver-xorg-input-synaptics.postinst.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2011-09-29 22:16:55 UTC
  • Revision ID: package-import@ubuntu.com-20110929221655-uadnk45w5kl9saa1
Tags: 1.4.1-1ubuntu2
* Really install the quirks files, and rename the udev rules file
  to emphasize that it's about quirks.
* postinst: Bump the version check to run udevadm trigger on upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
case "$1" in
11
11
  configure)
12
 
  if dpkg --compare-versions "$2" lt 1.2.0-4; then
 
12
  if dpkg --compare-versions "$2" lt 1.4.1-1ubuntu2; then
13
13
    if [ `uname -s` = "Linux" ]; then
14
14
      udevadm trigger --subsystem-match=input --action=change
15
15
    fi