diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-29 21:09:49 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-30 20:01:03 -0500 |
commit | c6fd8a5b24bf9f4e4391f0a6a4d1db0886afb036 (patch) | |
tree | 71b4ba19ab45089429b23975259ee2345d1851d2 /misc/kasumi/doinst.sh | |
parent | a1437bd04fa9feaca44abd7cc14da607d917f804 (diff) | |
download | slackbuilds-c6fd8a5b24bf9f4e4391f0a6a4d1db0886afb036.tar.gz |
misc/kasumi: Fixed (Handle desktop file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'misc/kasumi/doinst.sh')
-rw-r--r-- | misc/kasumi/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/kasumi/doinst.sh b/misc/kasumi/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/misc/kasumi/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 + |