diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-03 14:48:10 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-03 15:58:30 -0400 |
commit | 356be835581db6648ba00aab06df97343f05fd31 (patch) | |
tree | 0b37f47a3bc71fb52c71fa92c9c89a85044985cf /audio/amSynth | |
parent | 62d66e8097ebed811753fe727bf3c568af4e126b (diff) | |
download | slackbuilds-356be835581db6648ba00aab06df97343f05fd31.tar.gz |
audio/amSynth: Update desktop files.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/amSynth')
-rw-r--r-- | audio/amSynth/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/amSynth/doinst.sh b/audio/amSynth/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/audio/amSynth/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 |