Home GnuPG

Install configuration file for kleopatra debug commands
9218ebfb7c01Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

Install configuration file for kleopatra debug commands

* src/insta-kleopatra.nsi: Install File
* src/uninst-kleopatra.nsi: Uninstall file
* src/make-msi.guids: Add GUID

Details

Provenance
TobiasFellaAuthored on Mon, Oct 28, 4:41 PM
Parents
rW70223106d7c9: Backport patch to not center about page content vertically
Branches
Unknown
Tags
Unknown
References
tobias/kleopatra-debug-commands

Event Timeline

ikloecker added inline comments.
/src/make-msi.guids
417

The other UUIDs are upper case.

/src/uninst-kleopatra.nsi
190

I think this should be

Delete "$INSTDIR\etc\xdg\kleopatradebugcommandsrc"

followed by

RmDir "$INSTDIR\etc\xdg"
RmDir "$INSTDIR\etc"

as in uninst-libkleo.nsi.

/src/make-msi.guids
417

And a comment at the top of the file reads

This is an automatically generated file. DO NOT EDIT.

There seems to be a Perl script which takes care of this, but I have no idea if one needs to call it manually or if it happens automatically.