On Tue, 03 Apr 2007 07:58:41 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote:
> On 4/2/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote: >> Suport for RemovePrograms to remove detached programs. >> >> I'm using `Get_Dir` to get the real install path, i don't know if this >> function is depecrated. > > Answering your question, no Get_Dir is not deprecated, it's fine to use > it. > But following Carlo's reply, I will not apply this patch yet. I > haven't looked closely at this, so I'll take his opinion about it. > Maybe RemoveProgram should just behave like DisableProgram when a > program is not in /Programs, I don't know. > Yes, I believe that those two script should be identical, with the simple difference that RemoveProgram does a 'rm -rf' instead of 'mv foo foo-disabled'. which DisableProgram does. Therefore I also think that they, should share more code, merged somehow, into functions and the scripts DisableProgram and SymlinkProgram should just call those instead. -- /Jonas Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ _______________________________________________ gobolinux-devel mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
