slackbuilds_ponce/misc/jmri/doinst.sh
Andrew Clemons 39430e28bf
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>
2021-08-25 12:11:36 +07:00

5 lines
151 B
Bash

if [ ! -e var/log/jmri/messages.log ]; then
mv var/log/jmri/messages.log.new var/log/jmri/messages.log
else
rm -f var/log/jmri/messages.log.new
fi