summaryrefslogtreecommitdiff
path: root/debian/postrm
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/postrm
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/postrm')
-rw-r--r--debian/postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postrm b/debian/postrm
index 7f94688..18b202f 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3NAME=applesmc 3NAME=applesmc
4VERSION=0.14.2 4VERSION=0.14.3
5 5
6set -e 6set -e
7 7