mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-19 05:48:58 -04:00
Pre-install man and manpages
Classic stuff, but still probably useful in a "batteries included" sort
of way.
This reverts commit 1a46f2a9c2.
This commit is contained in:
@@ -16,6 +16,8 @@ Packages=bash-completion
|
||||
jq
|
||||
less
|
||||
lsof
|
||||
man-db # Classic `man`
|
||||
man-pages # Manual pages for things
|
||||
mcfly
|
||||
nano
|
||||
nvtop # Fancy GPU monitoring
|
||||
|
||||
@@ -97,11 +97,9 @@ rm -rf \
|
||||
/usr/share/applications/cmake-gui.desktop \
|
||||
/usr/share/applications/tuned-gui.desktop \
|
||||
|
||||
## Remove documentation cruft. Offline documentation while neat is really not that useful in this day and age.
|
||||
## Do not be verbose here, we'd blow right through the log limit.
|
||||
## Remove local documentation for KDE apps; it's available online.
|
||||
rm -rf \
|
||||
/usr/share/doc/ \
|
||||
/usr/share/man/
|
||||
/usr/share/doc/
|
||||
|
||||
## /boot is now the preferred mount point for systemd and BLS:
|
||||
## https://uapi-group.org/specifications/specs/boot_loader_specification/#mount-points
|
||||
|
||||
Reference in New Issue
Block a user