diff options
author | Leo C <leoc@gmx.com> | 2018-01-13 20:02:33 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:31 +0700 |
commit | 939fd0ba49dc6242e6a9646861a57064096418e9 (patch) | |
tree | 89d907055b0ab2f15201fb375080b18fede0aedc /desktop/lxhotkey/doinst.sh | |
parent | 07af034bdf6bdfd524aeb8ac3a4f251210328cb2 (diff) |
desktop/lxhotkey: Added (a keyboard shortcuts configurator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/lxhotkey/doinst.sh')
-rw-r--r-- | desktop/lxhotkey/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 + |