From 6717a28fc06204df6671420564e048ce6e644d5a Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sat, 23 Dec 2017 20:17:04 -0500 Subject: [PATCH] make-plymouth: corrected typo --- helpers/DATA/plymouth/plymouth-theme-trisquel-logo.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/DATA/plymouth/plymouth-theme-trisquel-logo.postinst b/helpers/DATA/plymouth/plymouth-theme-trisquel-logo.postinst index 16fc7311..ab4d2336 100755 --- a/helpers/DATA/plymouth/plymouth-theme-trisquel-logo.postinst +++ b/helpers/DATA/plymouth/plymouth-theme-trisquel-logo.postinst @@ -20,8 +20,8 @@ case "$1" in configure) update-alternatives \ --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.plymouth 100 \ + --slave /usr/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 -- GitLab