Ubiquity, correct .desktop branding

This commit is contained in:
Ruben Rodriguez 2020-04-21 23:29:51 -04:00
parent 5d10e2d3f2
commit 4149998c18

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/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> # Copyright (C) 2019 Mason Hock <mason@masonhock.com>
# #
# This program is free software; you can redistribute it and/or modify # 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 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=9 VERSION=10
. ./config . ./config
@ -203,6 +203,8 @@ do
wget -r -l1 -np https://archive.trisquel.info/trisquel/dists/$DIST/Release.gpg -O $WD/Release.gpg wget -r -l1 -np https://archive.trisquel.info/trisquel/dists/$DIST/Release.gpg -O $WD/Release.gpg
done done
sed 's/RELEASE/Triskel' -i data/ubiquity-kdeui.desktop.in
# Postinstall hacks # Postinstall hacks
cat << EOF1 >> scripts/apt-setup cat << EOF1 >> scripts/apt-setup