diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-17 23:40:21 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-17 23:40:21 -0800 |
| commit | b37c7c3985f54967477df354bd22ab2dae51938e (patch) | |
| tree | 912b2f5ccc724b8f9a1cc98ed08f45a99c71cf9f /Makefile | |
| parent | 4761a74abbbfc2e7ecc5d0f6e6828c27d6623204 (diff) | |
Removed -v file from uninstall
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ install: $(NAME) cp $(NAME) "$(PREFIX)/bin/" uninstall: - rm -rvf "$(PREFIX)/bin/$(NAME)" "$(PREFIX)/share/man/man1/$(NAME).1" "$(SYSCONFDIR)/xdg/$(NAME)"; + rm -rf "$(PREFIX)/bin/$(NAME)" "$(PREFIX)/share/man/man1/$(NAME).1" "$(SYSCONFDIR)/xdg/$(NAME)" @if [ -d ~/.config/$(NAME) ]; then \ printf 'Config files exist in ~/.config/$(NAME) Do you want to delete them? [Y/n] '; \ read confirm; \ |
