misc/jmri: Remove desktop file handling.

There are no desktop files in this package.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-08-22 21:28:47 +12:00 committed by Willy Sudiarto Raharjo
parent 32253e1e06
commit 39430e28bf
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -3,7 +3,3 @@ if [ ! -e var/log/jmri/messages.log ]; then
else
rm -f var/log/jmri/messages.log.new
fi
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi