slackbuilds_ponce/network/hipchat/doinst.sh
Alan Dingeldein 316b8ed0ef network/hipchat: Updated for version 4.29.4.1662.
Upstream has dropped 32 bit support with this release.
For an old 32 bit version, see the hipchat2 SlackBuild.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-07-12 16:39:16 +01:00

9 lines
322 B
Bash

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 -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi