diff --git a/helpers/make-gnome-icon-theme b/helpers/make-gnome-icon-theme
deleted file mode 100644
index 8ba55eeffeb880271e9637c588d712d3d02dc683..0000000000000000000000000000000000000000
--- a/helpers/make-gnome-icon-theme
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-#
-#    Copyright (C) 2008-2016  Ruben Rodriguez <ruben@trisquel.info>
-#
-#    This program is free software; you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation; either version 2 of the License, or
-#    (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    You should have received a copy of the GNU General Public License
-#    along with this program; if not, write to the Free Software
-#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
-
-VERSION=1
-
-. ./config
-
-cp $DATA/trisquel48.svg ./debian/ubuntu-icons/scalable/places/ubuntu-logo.svg
-cp $DATA/trisquel32.png ./debian/ubuntu-icons/32x32/places/ubuntu-logo.png
-cp $DATA/trisquel24.png ./debian/ubuntu-icons/24x24/places/ubuntu-logo.png
-cp $DATA/trisquel22.png ./debian/ubuntu-icons/22x22/places/ubuntu-logo.png
-cp $DATA/trisquel16.png ./debian/ubuntu-icons/16x16/places/ubuntu-logo.png
-
-rm -rf debian/ubuntu-icons/*/mimetypes
-
-find | grep ubuntu-logo | xargs rename s/ubuntu-logo/trisquel-logo/
-replace ubuntu-logo trisquel-logo debian
-replace ubuntu-icons trisquel-icons debian
-mv debian/ubuntu-icons debian/trisquel-icons
-
-changelog "Rebranded for Trisquel"
-
-compile
-