From 0e4a0b6d58d7810d24e96d07814afe792e46b0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 31 Dec 2015 13:05:08 +0100 Subject: Also remove vis-open when uninstalling --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 85fdb76..96b4339 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,7 @@ install: vis uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin @rm -f ${DESTDIR}${PREFIX}/bin/vis + @rm -f ${DESTDIR}${PREFIX}/bin/vis-open @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 @rm -f ${DESTDIR}${MANPREFIX}/man1/vis.1 @echo removing support files from ${DESTDIR}${SHAREPREFIX} -- cgit v1.2.3