aboutsummaryrefslogtreecommitdiff
path: root/multimedia/LBRY/doinst.sh
diff options
context:
space:
mode:
authorChris Abela <kristofru@gmail.com>2020-04-02 00:16:57 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-02 00:16:57 +0700
commitb605c4881123b1f9f59f05001665ef00797c87b5 (patch)
treecb2206e720f8708958b0a37118bd22d096c88db3 /multimedia/LBRY/doinst.sh
parenteec81ce482e3880468b118515946ca852fc3f2a5 (diff)
multimedia/LBRY: Added (Browser to LBRY Network).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/LBRY/doinst.sh')
-rw-r--r--multimedia/LBRY/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/LBRY/doinst.sh b/multimedia/LBRY/doinst.sh
new file mode 100644
index 0000000000000..aea0f894eb32b
--- /dev/null
+++ b/multimedia/LBRY/doinst.sh
@@ -0,0 +1,13 @@
+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 [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ 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
+fi