mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
5 lines
116 B
Bash
5 lines
116 B
Bash
|
if [ -x /usr/bin/update-desktop-database ]; then
|
||
|
/usr/bin/update-desktop-database -q usr/share/applications
|
||
|
fi
|
||
|
|