mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
build: update the desktop database after installing the desktop file
This makes the option to choose Notmuch as mailto: handler show up in the desktop environment settings. Ignore errors.
This commit is contained in:
parent
459989b7ef
commit
383796c325
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ endif
|
|||
ifeq ($(WITH_DESKTOP),1)
|
||||
mkdir -p "$(DESTDIR)$(desktop_dir)"
|
||||
desktop-file-install --mode 0644 --dir "$(DESTDIR)$(desktop_dir)" $(emacs_mua_desktop)
|
||||
-update-desktop-database "$(DESTDIR)$(desktop_dir)"
|
||||
endif
|
||||
|
||||
CLEAN := $(CLEAN) $(emacs_bytecode) $(dir)/notmuch-version.el $(dir)/notmuch-pkg.el
|
||||
|
|
Loading…
Reference in a new issue