diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2009-01-24 13:42:53 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2009-01-24 13:42:53 +0100 |
| commit | b26ac497670ea0326f57611b1aabc95e59611622 (patch) | |
| tree | 93dc7d92af2c6be196e0a57ab648decb626edec3 /debian/postinst | |
| parent | 62e2212d37d0dc5b5b72232579a4e28d84b19a49 (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/postinst | 2 |
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 @@ | |||
| 3 | set -e | 3 | set -e |
| 4 | 4 | ||
| 5 | NAME=applesmc | 5 | NAME=applesmc |
| 6 | VERSION=0.14.2 | 6 | VERSION=0.14.3 |
| 7 | 7 | ||
| 8 | case "$1" in | 8 | case "$1" in |
| 9 | configure) | 9 | configure) |
