summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-17 12:03:09 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-18 07:24:49 +0000
commit62e3fbe1f912ae01c25c529739ca991fcca23263 (patch)
tree7653ef6da9185ae114cf656f43320b627452c993
parentCorrecting left-over from old cnt-debconf/auto field in engywuck-backports pr... (diff)
downloadcompute-tools-62e3fbe1f912ae01c25c529739ca991fcca23263.tar.xz
compute-tools-62e3fbe1f912ae01c25c529739ca991fcca23263.zip
Removing manpage symlinks in uninstall target too.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81ada15..c6d3790 100644
--- a/Makefile
+++ b/Makefile
@@ -144,6 +144,8 @@ uninstall:
rm -f $(DESTDIR)/usr/bin/cntsh
rm -f $(DESTDIR)/usr/share/man/man1/cntsh.1
rm -f $(DESTDIR)/usr/share/bash-completion/completions/cnt
+ rm -f $(DESTDIR)/usr/share/man/man1/container-create-progress-linux.1
+ rm -f $(DESTDIR)/usr/share/man/man1/container-create-debian.1
for FILE in share/sudo/*; \
do \