Fixup neovim install on Debian based distros
This commit is contained in:
parent
0f0cc67e2c
commit
84e965fbf6
@ -117,14 +117,11 @@
|
||||
path: '{{package_path}}'
|
||||
state: absent
|
||||
|
||||
- name: move man to share/man
|
||||
when: install_required
|
||||
- name: remove nuisance mimeinfo.cache file
|
||||
become: true
|
||||
command:
|
||||
argv:
|
||||
- mv
|
||||
- '{{package_dir}}/nvim-linux64/man'
|
||||
- '{{package_dir}}/nvim-linux64/share'
|
||||
file:
|
||||
path: /usr/local/stow/nvim/nvim-linux64/share/applications/mimeinfo.cache
|
||||
state: absent
|
||||
|
||||
- name: install package to /usr/local
|
||||
when: install_required
|
||||
|
Loading…
x
Reference in New Issue
Block a user