diff --git a/debian/changelog b/debian/changelog index 425714f..f77fe12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +a2pi (0.1.4-2) unstable; urgency=low + + * Fix postinst to not comment out all T* lines + + -- David Schmenk Mon, 10 Nov 2013 04:48:20 -0800 + a2pi (0.1.4-1) unstable; urgency=low * Change mouse accleration code from table lookup to squared value diff --git a/debian/postinst b/debian/postinst index cf37cc5..92c9016 100755 --- a/debian/postinst +++ b/debian/postinst @@ -34,7 +34,7 @@ case "$1" in case "$ttyline" in T0*) mv /etc/inittab /etc/inittab.bak - sed 's/^T0*/#T0*/' /etc/inittab.bak > /etc/inittab + sed 's/^T0/#T0/' /etc/inittab.bak > /etc/inittab ;; *) ;; diff --git a/share/A2PI-1.1.PO b/share/A2PI-1.1.PO new file mode 100755 index 0000000..0e96d38 Binary files /dev/null and b/share/A2PI-1.1.PO differ