summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-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