Associate KeePassX with *.kdb on Linux

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@224 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer
2008-09-28 11:09:11 +00:00
parent c451d571c2
commit dc8b31e924
5 changed files with 30 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-keepass">
<comment>KeePass database</comment>
<comment xml:lang="de">KeePass Datenbank</comment>
<glob pattern="*.kdb"/>
</mime-type>
</mime-info>