aboutsummaryrefslogtreecommitdiffstats
path: root/main/lm-sensors
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 02:19:32 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 02:20:04 +0100
commitc0756ad6450664d5e284418696eb09fa7268b25f (patch)
tree1a370bd7a737b953b9fd58ab5327fe9a29211ef9 /main/lm-sensors
parent9ccd5db1f8f154a87e0edadf400d31a95af6f2ed (diff)
downloadaports-c0756ad6450664d5e284418696eb09fa7268b25f.tar.bz2
aports-c0756ad6450664d5e284418696eb09fa7268b25f.tar.xz
Cleanup unused files and patches
Diffstat (limited to 'main/lm-sensors')
-rw-r--r--main/lm-sensors/sensors.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/lm-sensors/sensors.install b/main/lm-sensors/sensors.install
deleted file mode 100644
index d593f84144..0000000000
--- a/main/lm-sensors/sensors.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- echo ">>> to control the lm_sensors daemon type"
- echo ">>> \"/etc/rc.d/sensors start|stop|restart\" "
- echo ">>> --------------------------------------"
- echo ">>> before you can use the fancontrol daemon"
- echo ">>> first create a fancontrol config file, use \"pwmconfig\""
- echo ">>> then type \"/etc/rc.d/fancontrol start|stop|restart\" "
- echo ">>> --------------------------------------"
- echo ">>> to decode memory SPD timings modprobe eeprom module"
- echo ">>> and get this perl script from"
- echo ">>> \"http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/eeprom/decode-dimms.pl\""
-}