From 939fd0ba49dc6242e6a9646861a57064096418e9 Mon Sep 17 00:00:00 2001 From: Leo C Date: Sat, 13 Jan 2018 20:02:33 +0000 Subject: desktop/lxhotkey: Added (a keyboard shortcuts configurator). Signed-off-by: David Spencer --- desktop/lxhotkey/doinst.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 desktop/lxhotkey/doinst.sh (limited to 'desktop/lxhotkey/doinst.sh') diff --git a/desktop/lxhotkey/doinst.sh b/desktop/lxhotkey/doinst.sh new file mode 100644 index 0000000000000..4e8ba7071dea7 --- /dev/null +++ b/desktop/lxhotkey/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + -- cgit v1.2.3