summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2009-01-24 13:42:53 +0100
committerHenrik Rydberg <rydberg@euromail.se>2009-01-24 13:42:53 +0100
commitb26ac497670ea0326f57611b1aabc95e59611622 (patch)
tree93dc7d92af2c6be196e0a57ab648decb626edec3 /debian/postinst
parent62e2212d37d0dc5b5b72232579a4e28d84b19a49 (diff)
Add support for MacPro 3 temperature sensors
From: Bharath Ramesh <bramesh@vt.edu> MacPro 3 have more temperature sensors than the previous MacPro's also the sensor THTG has been removed. This patch add supports for the newer temperature sensors in the MacPro3. Signed-off-by: Bharath Ramesh <bramesh@vt.edu> 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 89c94eb..2dfb3d1 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
3set -e 3set -e
4 4
5NAME=applesmc 5NAME=applesmc
6VERSION=0.14.2 6VERSION=0.14.3
7 7
8case "$1" in 8case "$1" in
9 configure) 9 configure)