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