diff options
author | Ralph Spitzner <rasp@spitzner.org> | 2022-04-24 01:27:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:25 +0700 |
commit | 99abf9888e57be6776db4d0b471e7d52159ce706 (patch) | |
tree | aae8a5b5d46db82b44c6b8e7a414bc258708698a /audio/JDSP4Linux/doinst.sh | |
parent | bb99cc6ed8d5052f019d44ead1e7e9dcaede816f (diff) |
audio/JDSP4Linux: Added (Pipewire system equalizer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/JDSP4Linux/doinst.sh')
-rw-r--r-- | audio/JDSP4Linux/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/JDSP4Linux/doinst.sh b/audio/JDSP4Linux/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/audio/JDSP4Linux/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 |