diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-18 14:13:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-25 14:44:35 +0700 |
commit | 6a87a41a89f1d796e4d0f02dc8bda28e4eb955e1 (patch) | |
tree | 5289ab2754f5ca7facc3be90c6a8c9add39da569 /audio/stretchplayer/doinst.sh | |
parent | 6a6e4ee158894ecc05e9f3a90e0b604df66edfeb (diff) | |
download | slackbuilds-6a87a41a89f1d796e4d0f02dc8bda28e4eb955e1.tar.gz |
audio/stretchplayer: Added (audio player with pitch/speed control).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/stretchplayer/doinst.sh')
-rw-r--r-- | audio/stretchplayer/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/stretchplayer/doinst.sh b/audio/stretchplayer/doinst.sh new file mode 100644 index 0000000000..3e5691a052 --- /dev/null +++ b/audio/stretchplayer/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |