From c03f773977ea57c2f92e0c8880716ebcb570fdf5 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Thu, 21 Jul 2022 12:52:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=20update-desktop-?= =?UTF-8?q?database=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20=D1=83=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/postinst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 debian/postinst diff --git a/debian/postinst b/debian/postinst new file mode 100755 index 0000000..a7c3d69 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +# Install the desktop entry +if hash update-desktop-database 2>/dev/null; then + update-desktop-database +fi