Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / data / mime / Makefile.am

commit
35864a73a048
parent
070d0062872f
branch
default
tags
revelation-0.4.3

bumped version number to 0.4.3

1
1c96b7e48232
## Process this file with automake to produce Makefile.in
2
1c96b7e48232
#
3
1c96b7e48232
# data/mime/Makefile.am
4
1c96b7e48232
#
5
1c96b7e48232
# $Id$
6
1c96b7e48232
#
7
1c96b7e48232
8
1c96b7e48232
desktopdir	= $(datadir)/applications
9
1c96b7e48232
desktop_DATA	= revelation.desktop
10
1c96b7e48232
11
3ce10ad7a1e6
mime_DATA	= revelation.xml
12
5d85e4e10813
mimedir		= $(datadir)/mime/packages
13
5d85e4e10813
14
1c96b7e48232
15
5d85e4e10813
install-data-hook:
16
ab267e8bc63d
if HAVE_FDO_MIME
17
ab267e8bc63d
	$(UPDATE_MIME_DATABASE) "$(datadir)/mime"
18
9be42a38f988
endif
19
5d85e4e10813
20
1c96b7e48232
if HAVE_FDO_DESKTOP
21
1c96b7e48232
	$(UPDATE_DESKTOP_DATABASE)
22
1c96b7e48232
endif
23
1c96b7e48232