summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@alnilam.(none)>2010-01-31 12:21:51 +0100
committerHenrik Rydberg <rydberg@alnilam.(none)>2010-01-31 12:21:51 +0100
commit8cf31d6799f23120b7c1cb26b433eae9b267de1e (patch)
treed7c04065258648f23f4623ecdd15704d9b906aa0 /debian/postinst
parent9ef004eb41fe5e2b087d61b00e3963fad97e6332 (diff)
Update the dkms package to kernel version 2.6.33
The 2.6.33 version sends additional packages using the multitouch (MT) protocol, which are needed by the experimental Multitouch X Driver. Existing setups using the synaptics driver are not affected. Signed-off-by: Henrik Rydberg <rydberg@alnilam.(none)>
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 ebfff7c..abd388c 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
3set -e 3set -e
4 4
5NAME=bcm5974 5NAME=bcm5974
6VERSION=1.1.3 6VERSION=1.1.4
7 7
8case "$1" in 8case "$1" in
9 configure) 9 configure)