mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
1d0419e752
All trailing whitespace (either at EOL or as entire last line) was removed except in slack-desc files where all of them were made to leave a trailing space after the 'blank' colons. This only affects the builds that I maintain. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
3 lines
113 B
Bash
3 lines
113 B
Bash
if [ -x usr/bin/update-desktop-database ]; then
|
|
usr/bin/update-desktop-database -q usr/share/applications
|
|
fi
|