summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-05-04 22:08:20 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-05-04 22:08:20 +0200
commit9cf0f8e5b28d3c9b53eea70a8ed7aede6500c4d6 (patch)
tree1522820ac04ab9c5107f2fe4da92328f88e2484e /debian/postinst
parentfa95b7df25753ca791974b24efeb55ab49e2e2bf (diff)
Update applesmc to kernel version 2.6.34-rc6+pending
This patch makes applesmc.c equal to the 2.6.34-rc6 tree plus bugfixes and pending changes for SMC labels added. 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 284cb05..518057c 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
3set -e 3set -e
4 4
5NAME=applesmc 5NAME=applesmc
6VERSION=0.16.0 6VERSION=0.16.1
7 7
8case "$1" in 8case "$1" in
9 configure) 9 configure)