Auto detect A2PI ROM

This commit is contained in:
dschmenk 2015-07-09 20:50:56 -07:00
parent 313028891b
commit bffa979352
3 changed files with 4 additions and 3 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,9 @@
a2pi (0.2.0-1) unstable; urgency=low
a2pi (0.2.0-2) unstable; urgency=low
* Add support for Raspberry Pi version 2
* Add support for A2Pi ROMM detect
-- David Schmenk <dschmenk@gmail.com> Sun, 22 Feb 2015 13:27:30 -0800
-- David Schmenk <dschmenk@gmail.com> Thu, 09 Jul 2015 20:48:30 -0800
a2pi (0.1.8-8) unstable; urgency=low

2
debian/postinst vendored
View File

@ -64,7 +64,7 @@ case "$1" in
if [ -e /usr/share/a2pi/A2VD1.PO ] || [ -L /usr/share/a2pi/A2VD1.PO ] ; then
rm /usr/share/a2pi/A2VD1.PO
fi
ln -s /usr/share/a2pi/A2PI-1.5.PO /usr/share/a2pi/A2VD1.PO
ln -s /usr/share/a2pi/A2PI-1.6.PO /usr/share/a2pi/A2VD1.PO
#fi
if [ ! -s /usr/share/a2pi/A2VD2.PO ] ; then
if [ -e /usr/share/a2pi/A2VD2.PO ] || [ -L /usrshare/a2pi/A2VD2.PO ] ; then

BIN
share/A2PI-1.6.PO Normal file

Binary file not shown.