slackbuilds_ponce/python/thonny/doinst.sh
Tim Dickson 82b4a756c0 python/thonny: Added (simple Python IDE).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-01-06 06:55:29 +07:00

3 lines
129 B
Bash

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi