From dd98b3963e33ba582238fb3675d8888a46b79c8e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 12 Jul 2021 11:58:19 +0300 Subject: [PATCH] util-linux: remove bash completions and getopt examples --- extra/util-linux/build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extra/util-linux/build b/extra/util-linux/build index 76c1f23a..34454c58 100755 --- a/extra/util-linux/build +++ b/extra/util-linux/build @@ -21,3 +21,8 @@ make DESTDIR="$1" install # Fix broken --sbindir. mv -f "$1/usr/sbin/"* "$1/usr/bin" rmdir "$1/usr/sbin" + +rm -rf \ + "$1/usr/share/doc" \ + "$1/usr/share/bash-completion" +