commit 58643a0

hovercats  ·  2024-02-23 16:07:23 +0000 UTC
parent c94af07
sxhkd: compress manpages
1 files changed,  +3, -0
+3, -0
1@@ -7,3 +7,6 @@ make DESTDIR="$1" PREFIX=/ install
2 
3 # Remove docs
4 rm -rf "$1/share/doc"
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9