slackbuilds_ponce/audio/guitarix/doinst.sh
B. Watson f274938acb audio/guitarix: Updated for version 0.35.6.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2017-09-02 10:24:38 +01:00

13 lines
403 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
if [ -x /usr/bin/fc-cache ]; then
/usr/bin/fc-cache -f usr/share/fonts/TTF
fi