[maemo-developers] maemo-optify with Chinook / conditionals in debian/rules

From: Jeff Moe moe at blagblagblag.org
Date: Mon Dec 21 00:17:45 EET 2009
On Sunday 20 December 2009 18:09:35 Cornelius Hald wrote:
> After a lot of trying I found out the the following works:
> 
> if [ `which maemo-optify` ]; then maemo-optify; fi

Perhaps:

if [ -x /usr/bin/maemo-optify ]; then maemo-optify; fi

Have fun,

-Jeff
http://wiki.maemo.org/User:Jebba
More information about the maemo-developers mailing list