diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-11 13:58:10 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 13:32:51 +0700 |
commit | b210d7af554429b26d3b59d3b5cbe9ada532b70c (patch) | |
tree | 581dcd0ab4670752369cd68d50f4b774067412e8 /system/hime/doinst.sh | |
parent | 28c03c80992d00f2fbfcea62a167165447d57221 (diff) |
system/hime: Fix 15.0 build and other issues.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hime/doinst.sh')
-rw-r--r-- | system/hime/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/hime/doinst.sh b/system/hime/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/system/hime/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 |