diff options
author | Azure Zanculmarktum <zanculmarktum@gmail.com> | 2017-09-23 11:53:06 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-23 11:53:06 +0100 |
commit | 31c8e32542a1924de76dd9cb231627a4894b51b2 (patch) | |
tree | bc7f0d7d5b58ac303359b28a25d39d4de98d6be3 /network/Icecat/doinst.sh | |
parent | ed70515d4f0db609088bbcb54fe845fd33d7fd4e (diff) |
network/Icecat: Added (GNU version of the Firefox browser).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/Icecat/doinst.sh')
-rw-r--r-- | network/Icecat/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/Icecat/doinst.sh b/network/Icecat/doinst.sh new file mode 100644 index 0000000000..aea0f894eb --- /dev/null +++ b/network/Icecat/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 |