summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-30 23:51:41 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-30 23:51:41 +0200
commit26bb6fd4202213e8c4a4cde2baadc3d5fcc8bf94 (patch)
treef00b0d291a5aa5142ce82416e98e6e51ff3b022f /debian/postinst
parent978832ab69361f83b0362d0c3e6c6137a9d0a6c1 (diff)
Package numbering fixv1.0.2
As with normal packaging, a package change should not change the release version, which stays the same. Bumping to 1.0.2 to resync with released package. 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 8b9057c..7187ba7 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
3set -e 3set -e
4 4
5NAME=hid 5NAME=hid
6VERSION=1.0.0 6VERSION=1.0.2
7 7
8case "$1" in 8case "$1" in
9 configure) 9 configure)