From 4149998c18e7cdd1e365592a9f323a1ddd665d60 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Tue, 21 Apr 2020 23:29:51 -0400 Subject: [PATCH] Ubiquity, correct .desktop branding --- helpers/make-ubiquity | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index c0f78b7e..f0f3a01c 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2018 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2011-2020 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2019 Mason Hock <mason@masonhock.com> # # This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=9 +VERSION=10 . ./config @@ -203,6 +203,8 @@ do wget -r -l1 -np https://archive.trisquel.info/trisquel/dists/$DIST/Release.gpg -O $WD/Release.gpg done +sed 's/RELEASE/Triskel' -i data/ubiquity-kdeui.desktop.in + # Postinstall hacks cat << EOF1 >> scripts/apt-setup -- GitLab