*** keyboard-force-release.sh.orig 2012-06-02 14:38:22.355915184 +0200 --- keyboard-force-release.sh 2012-06-02 14:35:19.923559493 +0200 *************** *** 1,4 **** ! #/bin/sh -e # read list of scancodes, convert hex to decimal and # append to the atkbd force_release sysfs attribute # $1 sysfs devpath for serioX --- 1,4 ---- ! #! /bin/sh -e # read list of scancodes, convert hex to decimal and # append to the atkbd force_release sysfs attribute # $1 sysfs devpath for serioX *************** *** 6,12 **** case "$2" in /*) scf="$2" ;; ! *) scf="@pkglibexecdir@/keymaps/force-release/$2" ;; esac read attr <"/sys/$1/force_release" --- 6,12 ---- case "$2" in /*) scf="$2" ;; ! *) scf="/usr/lib/udev/keymaps/force-release/$2" ;; esac read attr <"/sys/$1/force_release"