From 639f71fdbe692b1ced4ab45266b85d90ebc08fee Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 21 May 2020 17:44:51 -0700 Subject: [PATCH] snapctl requires a configure hook to set options --- snap/hooks/configure | 1 + 1 file changed, 1 insertion(+) create mode 100644 snap/hooks/configure diff --git a/snap/hooks/configure b/snap/hooks/configure new file mode 100644 index 000000000..ca916d098 --- /dev/null +++ b/snap/hooks/configure @@ -0,0 +1 @@ +exit 0