make-plymouth: corrected paths
This commit is contained in:
parent
a6076fa5e1
commit
6f01f511f2
2 changed files with 6 additions and 6 deletions
|
|
@ -19,10 +19,10 @@
|
||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
update-alternatives \
|
update-alternatives \
|
||||||
--install /lib/plymouth/themes/default.plymouth default.plymouth \
|
--install /usr/share/plymouth/themes/default.plymouth default.plymouth \
|
||||||
/lib/plymouth/themes/trisquel-logo/trisquel-logo.plymouth 100 \
|
/user/share/plymouth/themes/trisquel-logo/trisquel-logo.plymouth 100 \
|
||||||
--slave /lib/plymouth/themes/default.grub default.plymouth.grub \
|
--slave /user/share/plymouth/themes/default.grub default.plymouth.grub \
|
||||||
/lib/plymouth/themes/trisquel-logo/trisquel-logo.grub
|
/usr/share/plymouth/themes/trisquel-logo/trisquel-logo.grub
|
||||||
|
|
||||||
if which update-initramfs >/dev/null 2>&1
|
if which update-initramfs >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#/bin/sh
|
#/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
|
# 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
|
# 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
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=1
|
VERSION=2
|
||||||
QUILT=skip
|
QUILT=skip
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue