From f5fd534cedfe5bd46b577feab48b2588e2f97333 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Thu, 22 May 2014 00:35:59 +0200
Subject: [PATCH] Removed jockey icon in software-properties

---
 helpers/make-software-properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helpers/make-software-properties b/helpers/make-software-properties
index ce29ebd5..c3197d60 100644
--- a/helpers/make-software-properties
+++ b/helpers/make-software-properties
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=3
+VERSION=4
 
 . ./config
 
@@ -55,6 +55,7 @@ replace TrisquelDistribution UbuntuDistribution .
 sed '/NoDisplay/d; s/Trisquel/Ubuntu/' -i data/software-properties-gtk.desktop.in
 
 sed '/ubuntu-drivers-common/d' -i debian/control
+sed '/software-properties-drivers/d' -i debian/software-properties-gtk.install setup.cfg
 
 changelog "Adapted for Trisquel codenames"
 
-- 
GitLab