diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:57:26 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:57:26 +0200 |
commit | 9823cc7dfc04bae1ca994b1c09b3d02788f5e5b6 (patch) | |
tree | 77843f5e31664f0c5beadeec4f031cd67ef81281 /audio/clam_voice2midi/doinst.sh | |
parent | 1fe3dda3c8d12b6126260ddfabe922fdb87e73fb (diff) | |
download | slackbuilds-9823cc7dfc04bae1ca994b1c09b3d02788f5e5b6.tar.gz |
audio/clam_voice2midi: Added to 13.0 repository
Diffstat (limited to 'audio/clam_voice2midi/doinst.sh')
-rw-r--r-- | audio/clam_voice2midi/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/clam_voice2midi/doinst.sh b/audio/clam_voice2midi/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/audio/clam_voice2midi/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 |