From 834c462bd60f762ab500193882e8dd5e6f0df2c7 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sat, 10 Jun 2017 22:34:00 -0700 Subject: [PATCH] Update plymouth splash screen --- debian/changelog | 3 ++- debian/postinst | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5218b59..c7c122b 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -a2pi (0.2.2-1) unstable; urgency=low +a2pi (0.2.2-2) unstable; urgency=low * Change default serial port to serial0 + * Add plymouth splash screen -- David Schmenk Thu, 08 Jun 2017 21:22:30 -0800 diff --git a/debian/postinst b/debian/postinst index 330b1c0..6c91c8f 100755 --- a/debian/postinst +++ b/debian/postinst @@ -47,6 +47,13 @@ case "$1" in ;; esac fi + # + # Add plymouth splash screen + # + if [ -d /usr/share/plymouth/themes ] ; then + cp -R /usr/share/a2pi/plymouth /usr/share/plymouth + plymouth-set-default-theme a2pi + fi # # Disable joystick as a mouse in X #