summaryrefslogtreecommitdiffstats
path: root/network/feather/doinst.sh
diff options
context:
space:
mode:
author Bloyburt <alexpen@startmail.com>2023-04-28 10:09:16 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-29 18:11:44 +0700
commit8785cacbe35247b571c4b5b8f4f463e02d9dd590 (patch)
tree2e221cad3ae7c43e6a744586bca7033365d0084a /network/feather/doinst.sh
parent78b524548ea9c6d1d1c95cb7957bdeb308d56e23 (diff)
downloadslackbuilds-8785cacbe35247b571c4b5b8f4f463e02d9dd590.tar.gz
slackbuilds-8785cacbe35247b571c4b5b8f4f463e02d9dd590.tar.xz
network/feather: Added (Monero Wallet Client)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/feather/doinst.sh')
-rw-r--r--network/feather/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/network/feather/doinst.sh b/network/feather/doinst.sh
new file mode 100644
index 0000000000..a993650058
--- /dev/null
+++ b/network/feather/doinst.sh
@@ -0,0 +1,10 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+# If other icon themes are installed, then add to/modify this as needed
+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