mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
5 lines
137 B
Text
5 lines
137 B
Text
|
#!/bin/sh
|
||
|
if [ -x /usr/bin/update-desktop-database ]; then
|
||
|
/usr/bin/update-desktop-database /usr/share/applications >/dev/null 2>&1
|
||
|
fi
|