slackbuilds_ponce/office/kile/doinst.sh

13 lines
383 B
Bash
Raw Normal View History

2010-05-11 22:26:07 +02:00
# Update the desktop menu database
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
2010-05-11 15:03:03 +02:00
fi
2010-05-11 22:26:07 +02:00
# Update icon cache if one exists
if [ -r usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -t -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi