PN: lmsensors
PV: 3.6.0
PR: r0
PKGV: 3.6.0
PKGR: r0.0
LICENSE: GPL-2.0-or-later & LGPL-2.1-or-later
DESCRIPTION: Hardware health monitoring applications.
SUMMARY: Hardware health monitoring applications
RDEPENDS:lmsensors-fancontrol: bash
SECTION: base
PKG:lmsensors-fancontrol: lmsensors-fancontrol
FILES:lmsensors-fancontrol: /usr/sbin/fancontrol /etc/init.d/fancontrol /usr/lib/systemd/system-preset/98-lmsensors-fancontrol.preset /usr/lib/systemd/system/fancontrol.service
FILES_INFO:lmsensors-fancontrol: {"/usr/lib/systemd/system-preset/98-lmsensors-fancontrol.preset": 26, "/usr/lib/systemd/system/fancontrol.service": 268, "/usr/sbin/fancontrol": 17794}
pkg_postinst:lmsensors-fancontrol: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in fancontrol.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset fancontrol.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart fancontrol.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:lmsensors-fancontrol: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop fancontrol.service\n\n\t\tsystemctl disable fancontrol.service\n\tfi\nfi\n
FILERDEPENDSFLIST:lmsensors-fancontrol: /usr/sbin/fancontrol
FILERDEPENDS:/usr/sbin/fancontrol:lmsensors-fancontrol:  /bin/bash
PKGSIZE:lmsensors-fancontrol: 18088
