slackbuilds_ponce/desktop/razorqt/doinst.sh
Robby Workman c5ee6ec05f desktop/razorqt: Added (qt-based desktop environment)
Note that if anyone else out there likes this and uses it on a daily
basis, I'll be more than happy to let you maintain this build
script.  I don't plan to actually use razorqt (I like xfce), but
this looked too useful to not have available in Slackware
--rworkman

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-12-22 00:02:52 -06:00

9 lines
319 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