diff options
author | Eric B. Pratt <eric.b.pratt@gmail.com> | 2011-02-01 22:43:32 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-01 22:43:32 -0600 |
commit | 0fb0d7be22ca03a1407c6b8f03e18f35f11c5ecb (patch) | |
tree | 74cd545f92de3d42f85cce832932620022561797 /misc/KeePass/files | |
parent | 29a5d5e4b3549df93bcf69b7b6feab7fd12f0f4b (diff) |
misc/KeePass: Added (password manager in .NET)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/KeePass/files')
-rw-r--r-- | misc/KeePass/files/KeePass.desktop | 10 | ||||
-rw-r--r-- | misc/KeePass/files/keepass | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/misc/KeePass/files/KeePass.desktop b/misc/KeePass/files/KeePass.desktop new file mode 100644 index 000000000000..8b97547b6b35 --- /dev/null +++ b/misc/KeePass/files/KeePass.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=KeePass +GenericName=Password Manager +Comment=A free open source password manager +Exec=keepass +Icon=KeePass-plockb +Type=Application +StartupNotify=true +Terminal=false +Categories=System; diff --git a/misc/KeePass/files/keepass b/misc/KeePass/files/keepass new file mode 100644 index 000000000000..fa1fb3b07307 --- /dev/null +++ b/misc/KeePass/files/keepass @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/mono /usr/lib/KeePass-2.14/KeePass.exe |