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 _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
