From 6f01f511f28ee734f23e2ecfb28290735d4fbeba Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sat, 23 Dec 2017 19:59:14 -0500 Subject: [PATCH] make-plymouth: corrected paths --- .../DATA/plymouth/plymouth-theme-trisquel-logo.postinst | 8 ++++---- helpers/make-plymouth | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helpers/DATA/plymouth/plymouth-theme-trisquel-logo.postinst b/helpers/DATA/plymouth/plymouth-theme-trisquel-logo.postinst index 0276b596..16fc7311 100755 --- a/helpers/DATA/plymouth/plymouth-theme-trisquel-logo.postinst +++ b/helpers/DATA/plymouth/plymouth-theme-trisquel-logo.postinst @@ -19,10 +19,10 @@ case "$1" in configure) update-alternatives \ - --install /lib/plymouth/themes/default.plymouth default.plymouth \ - /lib/plymouth/themes/trisquel-logo/trisquel-logo.plymouth 100 \ - --slave /lib/plymouth/themes/default.grub default.plymouth.grub \ - /lib/plymouth/themes/trisquel-logo/trisquel-logo.grub + --install /usr/share/plymouth/themes/default.plymouth default.plymouth \ + /user/share/plymouth/themes/trisquel-logo/trisquel-logo.plymouth 100 \ + --slave /user/share/plymouth/themes/default.grub default.plymouth.grub \ + /usr/share/plymouth/themes/trisquel-logo/trisquel-logo.grub if which update-initramfs >/dev/null 2>&1 then diff --git a/helpers/make-plymouth b/helpers/make-plymouth index 7e042036..3e65e181 100644 --- a/helpers/make-plymouth +++ b/helpers/make-plymouth @@ -1,6 +1,6 @@ #/bin/sh # -# Copyright (C) 2008-2016 Rubén RodrÃguez <ruben@trisquel.info> +# Copyright (C) 2008-2017 Ruben Rodriguez <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 @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 QUILT=skip . ./config -- GitLab