slackbuilds_ponce/network/kfilebox/doinst.sh
Alan Alberghini 29a5d5e4b3 network/kfilebox: Added (KDE Dropbox client)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-01-30 10:00:14 -06:00

16 lines
508 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 usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
fi
fi