diff options
author | Patrick 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) |
commit | 8138280260a277474f406898b60a1ca200a7c6b8 (patch) | |
tree | 0d366f9cee2d28c79328726d2ccaf49bc054ff92 /build | |
parent | c54bde733f21afeab9fbc3ea17f355489767bb83 (diff) |
build: Remove more Bash and Perl scripts
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 |