diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 |