From cfa207bd7503d84cbfa4771aa4c290467b2706f3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 26 Oct 2016 21:06:11 +0200 Subject: Adding container remove to rm symlink. Signed-off-by: Daniel Baumann --- Makefile | 1 + share/man/container-remove.1.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 46a3592..910e934 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,7 @@ install: build ln -sf container-create-debconf.1 $(DESTDIR)/usr/share/man/man1/container-create-progress-linux.1 ln -sf list $(DESTDIR)/usr/lib/$(SOFTWARE)/container/ls + ln -sf remove $(DESTDIR)/usr/lib/$(SOFTWARE)/container/rm mkdir -p $(DESTDIR)/lib/systemd/system cp -r share/systemd/* $(DESTDIR)/lib/systemd/system diff --git a/share/man/container-remove.1.txt b/share/man/container-remove.1.txt index cad779f..03c29c2 100644 --- a/share/man/container-remove.1.txt +++ b/share/man/container-remove.1.txt @@ -31,6 +31,8 @@ SYNOPSIS -------- *container remove* ['OPTIONS'] +*container rm* ['OPTIONS'] + DESCRIPTION ----------- -- cgit v1.2.3