diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-08-18 08:06:40 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:51:25 +0700 |
commit | ee31cb7cc1c27dbca84ebef88a4d42ef59ebd55b (patch) | |
tree | 7ce35fd4cb9fd3b9d8f5752bb77d4bf1fd69b005 /network/uTox/doinst.sh | |
parent | 203ccc4ae68c0f2e7f908495e059db976b165420 (diff) | |
download | slackbuilds-ee31cb7cc1c27dbca84ebef88a4d42ef59ebd55b.tar.gz |
network/uTox: Updated for version 0.9.8 + new maintainer
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'network/uTox/doinst.sh')
-rw-r--r-- | network/uTox/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/uTox/doinst.sh b/network/uTox/doinst.sh new file mode 100644 index 0000000000..daf1ce3148 --- /dev/null +++ b/network/uTox/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 [ -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 |