slackbuilds_ponce/games/stepmania/doinst.sh
Steven Voges cf4e8bb2f6
games/stepmania: Added (dance and rhythm game).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-09 10:14:14 +07:00

12 lines
426 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
( cd usr/bin ; rm -rf stepmania )
( cd usr/bin ; ln -sf /usr/share/stepmania-5.1/stepmania stepmania )