Add post install instructions in the INSTALL file
authorAlberto Ruiz <aruiz@gnome.org>
Thu, 14 Jul 2011 12:13:11 +0000 (13:13 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 18 Jul 2011 16:13:21 +0000 (17:13 +0100)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..9be4ec9
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,10 @@
+After installing the software we need to update the mime database and the desktop
+entry database so that the MIME type registry and the MIME/Application association
+is all indexed.
+
+These are the commands that have to be executed on post install and post uninstall:
+
+update-mime-database $(datadir)/mime
+update-desktop-database $(datadir)/applications
+
+Note that $(datadir) usually is /usr/share.