From 18984e646e9536bdad3fd6eb3040ee755655d0c2 Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@paraiso.me>
Date: Wed, 9 Sep 2015 18:39:29 +0200
Subject: [PATCH] [lintian] fix output-of-updaterc.d-not-redirected-to-dev-null
 yunohost-api postinst

---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 564c9e1e..9b04e93e 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -46,7 +46,7 @@ do_configure() {
   fi
 
   rm -rf /var/cache/moulinette/*
-  update-rc.d yunohost-api defaults
+  update-rc.d yunohost-api defaults > /dev/null
   service yunohost-api restart
 
   # Reload SSOwat conf if obsolete