From f146720a3800fa2a9025a7326e0f0a2ce9048364 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Sep 2015 07:58:04 +0200 Subject: Implement pkg-clean command --- bpkg/bpkg.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/bpkg.cxx') diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index 0df2613..ffe41a6 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include #include @@ -181,6 +182,7 @@ try PKG_COMMAND (configure); PKG_COMMAND (disfigure); PKG_COMMAND (update); + PKG_COMMAND (clean); // cfg-* commands // -- cgit v1.1