From 8138280260a277474f406898b60a1ca200a7c6b8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 07 Jan 2021 04:05:09 -0500 Subject: build: Remove more Bash and Perl scripts --- diff --git a/build b/build index c7e1b98..4225a44 100755 --- a/build +++ b/build @@ -17,8 +17,18 @@ build: install: build oh-autoinstall -- $(ARGS) - # Perl script: - rm dest/usr/sbin/sensors-detect + # Bash scripts (and their manual pages): + rm \ + dest/usr/sbin/fancontrol \ + dest/usr/share/man/man8/fancontrol.8 \ + dest/usr/sbin/pwmconfig \ + dest/usr/share/man/man8/pwmconfig.8 + # Perl scripts (and their manual pages): + rm \ + dest/usr/bin/sensors-conf-convert \ + dest/usr/share/man/man8/sensors-conf-convert.8 \ + dest/usr/sbin/sensors-detect \ + dest/usr/share/man/man8/sensors-detect.8 oh-fixperms oh-strip oh-installfiles -- cgit v0.9.1