summaryrefslogtreecommitdiffstats
path: root/source/n/gpa/doinst.sh
blob: 1b722006ac30176f9b365494ed664d3b05be7c78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# [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