diff options
author | Arthur W. Green <lynx@panix.com> | 2016-03-03 16:20:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-03 16:22:55 +0700 |
commit | 647f4be6cbde80e8fb2cb7196b0c6b83f98ea3c6 (patch) | |
tree | 18cbd8786afebb99117cbc3209ec7e81e5e20469 /audio/snd/doinst.sh | |
parent | 9da849cf7ea391285a651576f5834bf1abfc3200 (diff) | |
download | slackbuilds-647f4be6cbde80e8fb2cb7196b0c6b83f98ea3c6.tar.gz |
audio/snd: Added (A sound editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/snd/doinst.sh')
-rw-r--r-- | audio/snd/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/snd/doinst.sh b/audio/snd/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/audio/snd/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 |