summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-16 02:27:50 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-16 02:27:50 +0100
commit5745ce5e5669ab8e1fc2e10362cc6065acb65414 (patch)
tree970e4a8297954494c18f80c2692f7f5e67921c0b /debian/postinst
parent01cfc58fd49139456d79bd9cf0215c56ea80cc5d (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 3da20fa..8515fab 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
3set -e 3set -e
4 4
5NAME=usbhid 5NAME=usbhid
6VERSION=0.10.2 6VERSION=0.11.0
7 7
8case "$1" in 8case "$1" in
9 configure) 9 configure)