summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-30 00:45:50 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-30 00:45:50 +0200
commit9c70cefed5bc44284a2cd63fc5e3b4ab3d90d0bf (patch)
tree8e02700eeec85039fee0edd5988cd533ec535c02 /debian/postinst
parent73ad231ab65dcf85fc9f134a017a501a57a3c52c (diff)
Fix bitmask bug in position reporting
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 1812293..0e67711 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
3set -e 3set -e
4 4
5NAME=wacom 5NAME=wacom
6VERSION=1.0.1 6VERSION=1.0.2
7 7
8case "$1" in 8case "$1" in
9 configure) 9 configure)