Skip to content

Commit 7b6591e

Browse files
committed
Delete completion scripts during removal
1 parent 36041d7 commit 7b6591e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ install:
6565
uninstall:
6666
for file in $(INSTALL_FILES); do rm -f $(DESTDIR)$(PREFIX)/$$file; done
6767
rm -rf $(DESTDIR)$(DOC_DIR)
68+
rm $(COMPLETION_DIR)/$(NAME)
6869

6970
.PHONY: build man update download sign verify clean check test tag release rpm install uninstall all

0 commit comments

Comments
 (0)