aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-02-12 07:48:00 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-02-12 07:49:16 +0000
commite42e3044a273335f3065e80051bf473998d1d5c0 (patch)
tree2856e6de9525f476a70701d429cbcdbb490bdada
parent6238dec7ca3fa7c9e067262888b2d5ea9bf64607 (diff)
downloaddoc-e42e3044a273335f3065e80051bf473998d1d5c0.tar.gz
doc-e42e3044a273335f3065e80051bf473998d1d5c0.zip
[phb]: Clarify desktop-file-utils
Mention that it should be used if and only if the port installs a .desktop file with a MimeType entry in it.
-rw-r--r--documentation/content/en/books/porters-handbook/uses/_index.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index cd6aa1943c..9b26e8c3a9 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -361,6 +361,8 @@ Possible arguments: (none)
Uses update-desktop-database from package:devel/desktop-file-utils[].
An extra post-install step will be run without interfering with any post-install steps already in the port [.filename]#Makefile#.
A line with <<plist-keywords-desktop-file-utils,`@desktop-file-utils`>> will be added to the plist.
+Only use this macro if the port provides a `.desktop` file which contains a
+`MimeType` entry.
[[uses-desthack]]
== `desthack`