Hi Joey On Sun, Mar 2, 2008 at 9:58 PM, Gordon Farquharson <[EMAIL PROTECTED]> wrote:
> diff -Naur apex-1.5.13/debian/postinst apex-1.5.14/debian/postinst > --- apex-1.5.13/debian/postinst 1969-12-31 17:00:00.000000000 -0700 > +++ apex-1.5.14/debian/postinst 2008-03-02 17:57:00.000000000 -0700 > @@ -0,0 +1,8 @@ > +#!/bin/sh > + > +# Abort if any command returns an error value > +set -e > + > +if [ "$1" = "configure" ] && [ -x /usr/sbin/flash-apex ]; then > + /usr/sbin/flash-apex > +fi Does this postinst script look ok to you? Gordon -- Gordon Farquharson GnuPG Key ID: 32D6D676 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

