mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
11 lines
318 B
Bash
11 lines
318 B
Bash
|
# [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
|
||
|
|