From 832fc6523efebb8ef0e37e6c476950fce1e22ba1 Mon Sep 17 00:00:00 2001
From: Maniack Crudelis <maniackcrudelis@users.noreply.github.com>
Date: Mon, 5 Jun 2017 13:11:07 +0200
Subject: [PATCH] _common.sh

---
 scripts/remove | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/remove b/scripts/remove
index d709e2c..506b499 100755
--- a/scripts/remove
+++ b/scripts/remove
@@ -6,6 +6,7 @@
 # IMPORT GENERIC HELPERS
 #=================================================
 
+source _common.sh
 source /usr/share/yunohost/helpers
 
 #=================================================