diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2021-06-03 16:31:03 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-04 07:38:20 +0700 |
commit | 126cec377995d4b5a909834c1525719c0aff528a (patch) | |
tree | 9666a6ca6da2124ef35a4785f2f33e7bb069e3e2 /audio/tauonmb/doinst.sh | |
parent | bf3b5e86f6d5e55b10d21faad7292084e224239a (diff) |
audio/tauonmb: Updated for version 6.6.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/tauonmb/doinst.sh')
-rw-r--r-- | audio/tauonmb/doinst.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/audio/tauonmb/doinst.sh b/audio/tauonmb/doinst.sh index a66207c7874a1..0fb9c8b6867f0 100644 --- a/audio/tauonmb/doinst.sh +++ b/audio/tauonmb/doinst.sh @@ -12,10 +12,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then fi fi -if [ -e /usr/bin/tauonmb ]; then - chmod +x /usr/bin/tauonmb -fi - -if [ -e /opt/tauon-music-box/tauonmb.sh ]; then - chmod +x /opt/tauon-music-box/tauonmb.sh -fi |