From f2d34dd99b679823cd747fd4beece200156d259d Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Fri, 24 Jul 2020 13:47:27 -0400 Subject: [PATCH] plymouth: remove ubuntu font dependency --- helpers/make-plymouth | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helpers/make-plymouth b/helpers/make-plymouth index c3e2de2..17c0529 100644 --- a/helpers/make-plymouth +++ b/helpers/make-plymouth @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh # # Copyright (C) 2008-2020 Ruben Rodriguez # Copyright (C) 2019 Mason Hock @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=7 +VERSION=8 QUILT=skip . ./config @@ -46,6 +46,7 @@ Description: boot animation, logger and I/O multiplexer - sugar theme This package contains the sugar theme. EOF +sed '/fonts-ubuntu/d' -i debian/control cp $DATA/plymouth-theme-trisquel-logo* debian cp $DATA/plymouth-theme-trisquel-logo.postinst debian/plymouth-theme-sugar.postinst