remove obsolete helpers

This commit is contained in:
chaosmonk 2019-09-05 11:24:58 -07:00
parent fe8909c119
commit 403cf0a6f6
5 changed files with 0 additions and 390 deletions

View file

@ -1,48 +0,0 @@
#!/bin/sh
#
# Copyright (C) 2012-2017 Rubén Rodríguez <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
COMPONENT=main
. ./config
# Remove recommendeds as it points to ubuntu-docs
sed 's/ | ubuntu-docs//' -i debian/control*
# Replace logo
replace UbuntuLogo.png TrisquelLogo.png
rm debian/UbuntuLogoBlank.png
cp $DATA/TrisquelLogo.png debian/TrisquelLogoBlank.png
sed 's/ubuntu/trisquel/g; s/Ubuntu/Trisquel/g; s/14.04 LTS/7.0 LTS/' -i debian/rules
# disable ubuntu branding
for patch in 56_use_ubuntu_info_branding.patch; do
rm ./debian/patches/$patch
sed /$patch/d -i debian/patches/series
done
# Edit menu selections
cp $DATA/gnomecc.menu.in shell/gnomecc.menu.in
replace "Trisquel-Gettext" "Ubuntu-Gettext" .
changelog "Rebranded for Trisquel"
compile