slackbuilds_ponce/desktop/lxhotkey/doinst.sh
Leo C 939fd0ba49 desktop/lxhotkey: Added (a keyboard shortcuts configurator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-01-17 19:46:31 +07:00

4 lines
130 B
Bash

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