diff options
author | core <eroc@linuxmail.org> | 2010-05-11 20:00:07 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:07 +0200 |
commit | 1fcb0854d0a94d7f88563cfe51395369dc855d12 (patch) | |
tree | 22fc9f0f8d7f5c8007c66d62ab540c418f185148 /desktop/kbfx/doinst.sh | |
parent | 982d7e9e5261460e33beb7e3fcba5f34ee6fbe7e (diff) | |
download | slackbuilds-1fcb0854d0a94d7f88563cfe51395369dc855d12.tar.gz |
desktop/kbfx: Added to 12.0 repository
Diffstat (limited to 'desktop/kbfx/doinst.sh')
-rw-r--r-- | desktop/kbfx/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/kbfx/doinst.sh b/desktop/kbfx/doinst.sh new file mode 100644 index 0000000000..22d4849bce --- /dev/null +++ b/desktop/kbfx/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + |