debian: remove unwanted neovim parts non-verbosely
This commit is contained in:
parent
7539531035
commit
96e906a8ab
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ install_neovim() {
|
||||||
$cmd rm -vf "${nvim_tarball}"
|
$cmd rm -vf "${nvim_tarball}"
|
||||||
|
|
||||||
# Remove stuff I don't want and patch the `man` location for Debian.
|
# 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/"
|
$cmd mv -v "${nvim_package}/man" "${nvim_package}/share/"
|
||||||
|
|
||||||
stow_install "${nvim_package}"
|
stow_install "${nvim_package}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue