[debian-edu-commits] [Git][debian-edu/debian-edu-artwork][master] debian/update-debian-edu-artwork: Stop checking if this is a Debian Edu system.
Mike Gabriel (@sunweaver)
gitlab at salsa.debian.org
Thu Oct 5 19:34:01 BST 2023
Mike Gabriel pushed to branch master at Debian Edu / debian-edu-artwork
Commits:
65703345 by Mike Gabriel at 2023-10-05T18:33:29+00:00
debian/update-debian-edu-artwork: Stop checking if this is a Debian Edu system.
Then the plymouth theme gets activated on any Debian system.
- - - - -
1 changed file:
- debian/update-debian-edu-artwork
Changes:
=====================================
debian/update-debian-edu-artwork
=====================================
@@ -93,7 +93,7 @@ restore_desktop_background() {
## Plymouth
set_plymouth_theme() {
- if [ -f /etc/plymouth/plymouthd.conf ] && [ -f /etc/debian-edu/config ] && command -v plymouth-set-default-theme > /dev/null ; then
+ if [ -f /etc/plymouth/plymouthd.conf ] && command -v plymouth-set-default-theme > /dev/null ; then
plymouth-set-default-theme -R debian-edu-${edutheme} || true
fi
}
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-artwork/-/commit/65703345dd7a400c3f4d548ae037f63253a4f1a2
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-artwork/-/commit/65703345dd7a400c3f4d548ae037f63253a4f1a2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20231005/f4e3b177/attachment.htm>
More information about the debian-edu-commits
mailing list