summaryrefslogtreecommitdiffstats
path: root/system/alacritty/doinst.sh
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2017-11-12 20:00:27 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-11-18 12:40:21 +0700
commite2585cf9a08dbfc2b3685d5ebcfc76fc038830a2 (patch)
tree57e679238d0deed5991170bef5ca9ac76e8a3ffd /system/alacritty/doinst.sh
parent8c0911535e5d486586e869ee26c96069db94082d (diff)
downloadslackbuilds-e2585cf9a08dbfc2b3685d5ebcfc76fc038830a2.tar.gz
slackbuilds-e2585cf9a08dbfc2b3685d5ebcfc76fc038830a2.tar.xz
system/alacritty: Added (cross-platform, GPU-accelerated terminal).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/alacritty/doinst.sh')
-rw-r--r--system/alacritty/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/alacritty/doinst.sh b/system/alacritty/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/alacritty/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