Update plymouth splash screen

This commit is contained in:
David Schmenk 2017-06-10 22:34:00 -07:00
parent 5622726290
commit 834c462bd6
2 changed files with 9 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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 * Change default serial port to serial0
* Add plymouth splash screen
-- David Schmenk <dschmenk@mail.com> Thu, 08 Jun 2017 21:22:30 -0800 -- David Schmenk <dschmenk@mail.com> Thu, 08 Jun 2017 21:22:30 -0800

7
debian/postinst vendored
View File

@ -47,6 +47,13 @@ case "$1" in
;; ;;
esac esac
fi 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 # Disable joystick as a mouse in X
# #