diff options
author | Zbigniew Baniewski <Zbigniew [dot] Baniewski [at] gmail [dot] com> | 2018-12-15 07:50:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-15 07:50:26 +0700 |
commit | ac74d898939e1473d9c21a2a024c5892b48372ee (patch) | |
tree | 993268f17004cff07aaaa4f3fb51e9caf629bda2 /audio/helm/doinst.sh | |
parent | ca2703577e4c8ee2a48314cecb0c5e84601d43dc (diff) |
audio/helm: Added (software synthesiser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/helm/doinst.sh')
-rw-r--r-- | audio/helm/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/helm/doinst.sh b/audio/helm/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/audio/helm/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 |