diff --git a/debian/changelog b/debian/changelog index 0ec04d8..3131a21 100755 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 22 Feb 2015 13:27:30 -0800 + -- David Schmenk Thu, 09 Jul 2015 20:48:30 -0800 a2pi (0.1.8-8) unstable; urgency=low diff --git a/debian/postinst b/debian/postinst index 1c861ea..b726787 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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 diff --git a/share/A2PI-1.6.PO b/share/A2PI-1.6.PO new file mode 100644 index 0000000..552b217 Binary files /dev/null and b/share/A2PI-1.6.PO differ