From 21dfcbc9f6196d869a914a9b2a2a39272993ca52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Thu, 11 Dec 2014 03:15:57 +0100 Subject: [PATCH] Removed thunderbird from app-install-data-ubuntu --- helpers/make-app-install-data-ubuntu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-app-install-data-ubuntu b/helpers/make-app-install-data-ubuntu index 36c305dd..21bd4642 100644 --- a/helpers/make-app-install-data-ubuntu +++ b/helpers/make-app-install-data-ubuntu @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=3 +VERSION=4 . ./config @@ -26,7 +26,7 @@ cp $DATA/applications.menu menu-data/applications.menu # We remove any info about non-free packages egrep -lr 'X-AppInstall-Section=(multiverse|restricted)' . | xargs -r rm -for i in firefox jockey ndisgtk chromium-browser bughugger testdrive menueditor lp-review-list groundcontrol gstreamer nvidia dell-recovery ubufox +for i in firefox jockey ndisgtk chromium-browser bughugger testdrive menueditor lp-review-list groundcontrol gstreamer nvidia dell-recovery ubufox thunderbird do find -name *$i*xpm -exec rm {} \; find -name *$i*png -exec rm {} \; -- GitLab