summaryrefslogtreecommitdiff
path: root/debian/postrm
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/postrm
parentf5f45252298522f28c9013a4546eea70c9819b62 (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 02d3578..5bf1424 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3NAME=hid 3NAME=hid
4VERSION=0.10.2 4VERSION=0.11.0
5 5
6set -e 6set -e
7 7