From 5cf3a4e952c46fa254bca579d80a67624595c1e9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 16:55:44 +0300 Subject: [PATCH] rust: remove rm --- extra/rust/build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/extra/rust/build b/extra/rust/build index 5f909bcf..b8a69641 100755 --- a/extra/rust/build +++ b/extra/rust/build @@ -41,8 +41,3 @@ EOF python3 ./x.py build -j "$(nproc)" DESTDIR="$1" python3 ./x.py install - -# Remove junk. -rm -rf "$1/etc/bash_completion.d" -rm -rf "$1/usr/share/zsh" -rm -rf "$1/usr/share/doc"