slackbuilds_ponce/office/xpad/doinst.sh

11 lines
320 B
Bash
Raw Normal View History

2010-05-11 22:26:14 +02:00
if [ -x /usr/bin/update-desktop-database ]; then
2010-05-13 00:39:30 +02:00
/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 usr/share/icons/hicolor >/dev/null 2>&1
fi
2010-05-11 15:03:05 +02:00
fi
2010-05-12 17:44:54 +02:00