debian: remove unwanted neovim parts non-verbosely

This commit is contained in:
Fernando Schauenburg 2023-07-15 18:37:00 +02:00
parent 7539531035
commit 96e906a8ab

View file

@ -136,7 +136,7 @@ install_neovim() {
$cmd rm -vf "${nvim_tarball}"
# Remove stuff I don't want and patch the `man` location for Debian.
$cmd rm -rvf $(printf "${nvim_package}/share/%s " applications icons locale)
$cmd rm -rf $(printf "${nvim_package}/share/%s " applications icons locale)
$cmd mv -v "${nvim_package}/man" "${nvim_package}/share/"
stow_install "${nvim_package}"