summaryrefslogtreecommitdiff
path: root/debian/postrm
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/postrm
parent01cfc58fd49139456d79bd9cf0215c56ea80cc5d (diff)
Add autoinstall directive
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'debian/postrm')
-rw-r--r--debian/postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postrm b/debian/postrm
index 556824e..1aa5dac 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3NAME=usbhid 3NAME=usbhid
4VERSION=0.10.2 4VERSION=0.11.0
5 5
6set -e 6set -e
7 7