summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 04:05:09 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 04:05:09 (EST)
commit8138280260a277474f406898b60a1ca200a7c6b8 (patch)
tree0d366f9cee2d28c79328726d2ccaf49bc054ff92
parentc54bde733f21afeab9fbc3ea17f355489767bb83 (diff)
build: Remove more Bash and Perl scripts
-rwxr-xr-xbuild14
1 files changed, 12 insertions, 2 deletions
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