aboutsummaryrefslogtreecommitdiff
path: root/system/qtgzmanager/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-04-13 14:47:28 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-16 12:11:26 +0700
commit02cb0605bac0e9177508040ffd1b68b436226527 (patch)
treecff1888a6062c257ce20549d5f1bdc2de4bf770e /system/qtgzmanager/doinst.sh
parentc9f4d84b83859b61dc8348a0c0046a6f493aa9fd (diff)
system/qtgzmanager: Fix doinst.sh and .desktop.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qtgzmanager/doinst.sh')
-rw-r--r--system/qtgzmanager/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/qtgzmanager/doinst.sh b/system/qtgzmanager/doinst.sh
new file mode 100644
index 0000000000000..5fb28930db0b9
--- /dev/null
+++ b/system/qtgzmanager/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi