Add clean script for xenial package generation 55/9555/1
authorMarek Gradzki <[email protected]>
Fri, 24 Nov 2017 09:41:40 +0000 (10:41 +0100)
committerMarek Gradzki <[email protected]>
Fri, 24 Nov 2017 09:41:40 +0000 (10:41 +0100)
Change-Id: I3cfe9d53cb1a8c992ebd972c835f76611f3a5727
Signed-off-by: Marek Gradzki <[email protected]>
packaging/deb/xenial/clean.sh [new file with mode: 0755]

diff --git a/packaging/deb/xenial/clean.sh b/packaging/deb/xenial/clean.sh
new file mode 100755 (executable)
index 0000000..f651b07
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# remove outcomes of honeycomb package generation
+rm -rf honeycomb-* honeycomb_* vpp*
\ No newline at end of file