Skip to content
Snippets Groups Projects
Commit 30aa7073 authored by schalox's avatar schalox Committed by Jason A. Donenfeld
Browse files

bash-completion: fix completion-file's name in uninstall

parent 18933a2d
No related branches found
No related tags found
No related merge requests found
......@@ -36,4 +36,4 @@ install: install-common
endif
uninstall:
@rm -vf "$(DESTDIR)$(BINDIR)/pass" "$(DESTDIR)$(MANDIR)/man1/pass.1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/password-store" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh"
@rm -vf "$(DESTDIR)$(BINDIR)/pass" "$(DESTDIR)$(MANDIR)/man1/pass.1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/pass" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment