From 8e33c8c703d9c81546789869160b9fb4f12c3698 Mon Sep 17 00:00:00 2001 From: Cristian Ferreyra Date: Fri, 15 Jul 2022 21:07:35 -0300 Subject: [PATCH] Add post installation command to update desktop database --- Build-Instructions-for-Debian-Family.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Build-Instructions-for-Debian-Family.md b/Build-Instructions-for-Debian-Family.md index 592e215..796ba99 100644 --- a/Build-Instructions-for-Debian-Family.md +++ b/Build-Instructions-for-Debian-Family.md @@ -13,4 +13,10 @@ make ## Installation ```sh sudo make install -``` \ No newline at end of file +``` + +## Post installation +Reload desktop files for `dash://` and `dash-plugin://` URL handler support. +```sh +sudo update-desktop-database +```