diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-20 14:42:07 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-22 01:14:19 +0700 |
commit | acfa7a4e466a91f191f83d268c92bcb034519e74 (patch) | |
tree | 37a4d18354328245fafd9e96edfcf5cfdd0a3edd /network/xaric/doinst.sh | |
parent | d54c49f734260c37136169b42076c0cb8055af56 (diff) |
network/xaric: Added (simple colorful IRC client)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/xaric/doinst.sh')
-rw-r--r-- | network/xaric/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/xaric/doinst.sh b/network/xaric/doinst.sh new file mode 100644 index 0000000000000..9424ce43ff572 --- /dev/null +++ b/network/xaric/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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |