diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-17 12:03:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-18 07:24:49 +0000 |
commit | 62e3fbe1f912ae01c25c529739ca991fcca23263 (patch) | |
tree | 7653ef6da9185ae114cf656f43320b627452c993 | |
parent | Correcting left-over from old cnt-debconf/auto field in engywuck-backports pr... (diff) | |
download | compute-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |