diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:57:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:57:25 +0200 |
commit | 758504090a56f87955364115fe69394dfca48bc3 (patch) | |
tree | a41abb8d0e600e6348451056dd9f3823ea5f58ac /audio/clam_annotator/doinst.sh | |
parent | 6749299f20826bb92399e39fee609beb87225dd4 (diff) | |
download | slackbuilds-758504090a56f87955364115fe69394dfca48bc3.tar.gz |
audio/clam_annotator: Added to 13.0 repository
Diffstat (limited to 'audio/clam_annotator/doinst.sh')
-rw-r--r-- | audio/clam_annotator/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/clam_annotator/doinst.sh b/audio/clam_annotator/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/audio/clam_annotator/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 + |