Subject: Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (a207196bdcf35225dc7e99f1daa2dc9264766530)
Date: Tue, 3 Apr 2007 09:16:15 -0700
On Tuesday 03 April 2007 08:56:10 Ladislav Hagara wrote:
> > crypto/onekript: new spell, a front-end for the TrueCrypt disk
> > encryption system
> >
> > diff --git a/crypto/onekript/INSTALL b/crypto/onekript/INSTALL
> > +install --mode=755 $SCRIPT_DIRECTORY/onekript $INSTALL_ROOT/usr/bin/ &&
> > +install --mode=755 onekript.kmdr $INSTALL_ROOT/usr/bin/
> >
> > diff --git a/crypto/onekript/onekript b/crypto/onekript/onekript
> > +kmdr-executor /usr/bin/onekript.kmdr
>
> It is "only" a script for Kommander (kmdr-executor).
> Where should onekript.kmdr go? /usr/lib/onekript, /usr/share/onekript, ...?
> Just now in /usr/bin/ with onekript (only wrapper).
According to a comment on http://kde-apps.org/content/show.php?content=13234,
it looks like /usr/share/apps/kmdr is where the scripts might go, and they
should have an extension of .kmdr (as yours does).