From 40c079c6a313a10460f1f11e1c259fd441576b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= <ablocorrea@hotmail.com> Date: Tue, 21 Sep 2021 00:23:10 +0200 Subject: [PATCH] Update desktop-file-utils for latest data --- helpers/make-desktop-file-utils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/make-desktop-file-utils b/helpers/make-desktop-file-utils index 98aa9a41b..b8b621000 100644 --- a/helpers/make-desktop-file-utils +++ b/helpers/make-desktop-file-utils @@ -1,6 +1,7 @@ #!/bin/sh # # Copyright (C) 2011 Rubén RodrÃguez <ruben@trisquel.info> +# Copyright (C) 2021 Pablo Correa Gómez <ablocorrea@hotmail.com> # # 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 @@ -17,14 +18,13 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 . ./config #% Replace default applications in /usr/share/applications/defaults.list (makes icecat appear in gnome-default-applications-properties) -sed 's/firefox/abrowser/g; s/ubuntu-software-center/gdebi/g; s/f-spot-import/gthumb/g; s/eog/gthumb/g; s/banshee.*/exaile.desktop/g;' -i debian/defaults.list +sed 's/firefox/abrowser/g; s/snap-store_ubuntu-software-local-file/gdebi/g; s/banshee/vlc.desktop/g;' -i debian/defaults.list changelog "Rebranded for Trisquel" compile - -- GitLab