slackbuilds_ponce/audio/grip2/doinst.sh
B. Watson 3d9ef854c3 audio/grip2: Added (replaces multimedia/grip)
This is the "old" grip version for those who don't want all
of the "new" gnome deps to go along with it.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-07-17 11:58:17 -05:00

10 lines
317 B
Bash

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