diff options
author | Bob Funk <bobfunk11@gmail.com> | 2022-05-25 15:03:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-28 09:11:37 +0700 |
commit | 3a3f1403d0186fc014064d95f3e96631511458c7 (patch) | |
tree | 6408c4d5b94341d33db23e41bf69d45ea05fb22d /desktop/chrome-gnome-shell/doinst.sh | |
parent | 07314e91275be97b1d2256f5a50a696ab7cfd607 (diff) |
desktop/chrome-gnome-shell: Added (GNOME Shell Browser Integration)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/chrome-gnome-shell/doinst.sh')
-rw-r--r-- | desktop/chrome-gnome-shell/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/chrome-gnome-shell/doinst.sh b/desktop/chrome-gnome-shell/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/desktop/chrome-gnome-shell/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 |