diff options
author | B. Watson <yalhcru@gmail.com> | 2011-08-27 10:53:54 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-27 10:53:54 -0300 |
commit | 54d31fbd684c9eb866cc059c54d5ab501e36ca60 (patch) | |
tree | 5f8038d6e77c2bc2237495e33a89eda5598eff94 /audio/horgand/doinst.sh | |
parent | 032eeb5180641514ba92507106b75638bd920891 (diff) |
audio/horgand: Added (organ sounds softsynth)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/horgand/doinst.sh')
-rw-r--r-- | audio/horgand/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/horgand/doinst.sh b/audio/horgand/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/audio/horgand/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 |