KeePass now requires that plugins are installed in a "Plugins" directory that is a sibling to KeePass.exe. KeePass will create this directory automatically on first run, but there are a couple reasons to create it during package install. Users may want to install plugins before they run keepass2 for the first time. Also, since KeePass is a Windows application, there are issues with case sensitivity along with the directory name. Some plugins expect to be installed in "plugins" rather than "Plugins", so we create a symlink (plugins->Plugins) to accommodate any case sensitivity issues. --- debian/dirs | 1 + debian/links | 1 + 2 files changed, 2 insertions(+) create mode 100644 debian/dirs
diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..82459fb --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/lib/keepass2/Plugins diff --git a/debian/links b/debian/links index e7660b7..3b9d0fe 100644 --- a/debian/links +++ b/debian/links @@ -1 +1,2 @@ usr/share/icons/hicolor/32x32/apps/keepass2.png usr/share/pixmaps/keepass2.png +usr/lib/keepass2/Plugins usr/lib/keepass2/plugins -- 2.7.4