aboutsummaryrefslogtreecommitdiff
path: root/business/binance-desktop/doinst.sh
diff options
context:
space:
mode:
authorAndreo Rissardo <andreotec@gmail.com>2022-05-17 21:37:07 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:14 +0700
commit1f5ad1d43d14f5a8e6d4f569fe897fbe12dd2bbe (patch)
tree0c000b4173d14cea9c7743bad2c57818a2f8d0b0 /business/binance-desktop/doinst.sh
parenteb4bafb3d8d4944888be6c24ff17de13d8934380 (diff)
business/binance-desktop: Added (Enhance Your Trading Experience)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business/binance-desktop/doinst.sh')
-rw-r--r--business/binance-desktop/doinst.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/business/binance-desktop/doinst.sh b/business/binance-desktop/doinst.sh
new file mode 100644
index 0000000000000..ea6e67c7b9116
--- /dev/null
+++ b/business/binance-desktop/doinst.sh
@@ -0,0 +1,11 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
+fi
+
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
+fi