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
cff0e6f7ef34
parent
e0a14b958359
branch
default
tags
revelation-0.4.0-pre2

bumped version number to 0.4.0-pre2

1
3ce10ad7a1e6
mime_DATA	= revelation.xml
2
5d85e4e10813
mimedir		= $(datadir)/mime/packages
3
5d85e4e10813
4
5d85e4e10813
install-data-hook:
5
9be42a38f988
if FDO_MIME
6
50d19d11f35e
	if test -z "$(DESTDIR)"; then \
7
9be42a38f988
		$(UPDATE_MIME_DATABASE) "$(datadir)/mime"; \
8
9be42a38f988
	fi
9
9be42a38f988
endif
10
5d85e4e10813