summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-16 02:18:15 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-16 02:18:15 +0100
commit22739250871af28f86267b2b9197210e6eb6b428 (patch)
treeb5418cec1380e5d3ab48cc73073f4cb289aaf555 /debian/postinst
parentf5f45252298522f28c9013a4546eea70c9819b62 (diff)
Add autoinstall directive
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 30e9c0c..62a9930 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
3set -e 3set -e
4 4
5NAME=hid 5NAME=hid
6VERSION=0.10.2 6VERSION=0.11.0
7 7
8case "$1" in 8case "$1" in
9 configure) 9 configure)