summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-11-24 10:41:40 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-11-24 10:41:40 +0100
commit8f481756073847efaa6f54c6482b3850b3cd7535 (patch)
tree5cb6f716bf6976e7b4f15fc22aee19332193e834 /packaging
parent1308cf3f2c97cb9067dfcd86bbad326a0e9fc3e6 (diff)
Add clean script for xenial package generation
Change-Id: I3cfe9d53cb1a8c992ebd972c835f76611f3a5727 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/deb/xenial/clean.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/deb/xenial/clean.sh b/packaging/deb/xenial/clean.sh
new file mode 100755
index 000000000..f651b0787
--- /dev/null
+++ b/packaging/deb/xenial/clean.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# remove outcomes of honeycomb package generation
+rm -rf honeycomb-* honeycomb_* vpp* \ No newline at end of file