summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-10-25 01:45:50 +0200
committerHenrik Rydberg <rydberg@euromail.se>2008-10-25 01:45:50 +0200
commit8b25612e078e6e93c880b84b603110dec02b5881 (patch)
treeccc0a4e127b7d43d4fc170b5aabaa989a19c4ed7 /debian/postinst
parentc666f466b8af4e2433325b7812515516c2f5adcf (diff)
bcm5974-1.0.1
Fixed a package stability problem when installing on a machine without supported touchpad. 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 32fdaab..d0b74cd 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
3set -e 3set -e
4 4
5NAME=bcm5974 5NAME=bcm5974
6VERSION=1.0 6VERSION=1.0.1
7 7
8case "$1" in 8case "$1" in
9 configure) 9 configure)