slackbuilds_ponce/desktop/fusion-icon/doinst.sh
M.Dinslage 632be1c369 desktop/fusion-icon: Updated for new source location.
Fixed download link. Also the version number makes it seem like
  this is a older version but its actually the exact same as before.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-05-21 17:58:11 -05:00

9 lines
316 B
Bash

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database 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