Skip to content
Snippets Groups Projects
Commit 6f01f511 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

make-plymouth: corrected paths

parent a6076fa5
No related branches found
No related tags found
Loading
......@@ -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
......
#/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment