diff options
author | Leo C <leoc@gmx.com> | 2018-01-25 22:27:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-27 07:43:48 +0700 |
commit | 9185f156ec55fe86326a8e9669df31b982ef1709 (patch) | |
tree | 916909eac970f1cf8cc99c3c2bd95158544fc1ae /desktop/dbgl/doinst.sh | |
parent | 84ed8708fd06cd5b7e35430d4b891ecd1e7abb65 (diff) |
desktop/dbgl: Added (a Java frontend for DOSBox).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dbgl/doinst.sh')
-rw-r--r-- | desktop/dbgl/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/dbgl/doinst.sh b/desktop/dbgl/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/desktop/dbgl/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |