mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-08-08 00:25:19 +00:00
Update plymouth splash screen
This commit is contained in:
3
debian/changelog
vendored
3
debian/changelog
vendored
@@ -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
7
debian/postinst
vendored
@@ -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
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user