mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
821db32d55
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
4 lines
114 B
Bash
4 lines
114 B
Bash
if [ -x /usr/bin/update-desktop-database ]; then
|
|
/usr/bin/update-desktop-database -q usr/share/applications
|
|
fi
|
|
|