diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 02:19:32 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 02:20:04 +0100 |
commit | c0756ad6450664d5e284418696eb09fa7268b25f (patch) | |
tree | 1a370bd7a737b953b9fd58ab5327fe9a29211ef9 /main/lm-sensors | |
parent | 9ccd5db1f8f154a87e0edadf400d31a95af6f2ed (diff) | |
download | aports-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.install | 12 |
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\"" -} |