mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
32253e1e06
commit
39430e28bf
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue