1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-29 08:36:40 +01:00
slackware-current/source/n/gpa/doinst.sh

14 lines
437 B
Bash
Raw Normal View History

# [note after changing relative paths to absolute ones]
#
# Sorry, but things like this can't be done from the
# installer, or must be deferred until after everything
# is installed (i.e. scripted in /var/log/setup)
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database &> /dev/null
fi
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/gtk-update-icon-cache -f -t /usr/share/icons/hicolor &> /dev/null
fi