[Gambas-user] Package Wizard - Debian Packages

Dave sharples technoferret at ...598...
Thu Feb 3 16:00:14 CET 2005


On Thu, 2005-02-03 at 12:44, Benoit Minisini wrote:

> 
> Yes. Send me some code that make debian package with dpkg instead of using 
> alien!


OK, I'll have a go this weekend but I could do with 2 questions
answering,

1. Is there an easy way to detect if a program (in this case dpkg) is
installed on the system ??

2.Does SELECT allow for multiple opions in the CASE arguement

i.e. can I do something like 

SELECT CASE sSys

CASE "mandrake", "redhat", "suse"
	<do something>

CASE "debian"
	<do something completely different>

END SELECT

Cheers
Dave






More information about the User mailing list