slackbuilds_ponce/games/rott/doinst.sh
B. Watson 7efb8b7926 games/rott: Updated for version 1.1.2, cleanups.
(forced -j1 as parallel building is broken  --ponce)

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-12-22 09:24:50 +01:00

10 lines
304 B
Bash

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