mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
5 lines
125 B
Bash
5 lines
125 B
Bash
|
if [ -x usr/bin/update-desktop-database ]; then
|
||
|
usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
|
||
|
fi
|
||
|
|