summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-16 02:12:22 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-16 02:12:22 +0100
commit2bcfe37f6231ab250f75b761b8382a7b51bb555a (patch)
tree9a8bc4c8de29ab588c62b6955dd1df9b6a4b51fd /debian/postinst
parent3bc4ec9876cbda1b7c2ad4fba0064d0e8e425fe2 (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 e10a0d5..7b9d16b 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
3set -e 3set -e
4 4
5NAME=bcm5974 5NAME=bcm5974
6VERSION=1.1.0 6VERSION=1.1.1
7 7
8case "$1" in 8case "$1" in
9 configure) 9 configure)