On 12/16/21 10:20, Roman Haefeli wrote:
On Thu, 2021-12-16 at 10:05 +0100, Roman Haefeli wrote:
I usually wiped
- all jack* binaries in /usr/local/bin
- /usr/local/include/jack directory
I forgot to mention /usr/local/lib/libjack*
(those are probably the most crucial when it comes to Pd detecting JACK)
the jack2-osx-1.9.19.pkg installs a file that contains its contents:
cat /usr/local/share/jack2/jack2-osx-files.txt | while read f; do
rm "${f}"
rmdir "${f%/*}" 2>/dev/null
done
or just: $ rm $(cat /usr/local/share/jack2/jack2-osx-files.txt)
i don't know whether the pkg does something else (like changing some settings), and how to undo those. it's a pity that it doesn't come with an uninstall script (the olde JackOSX package had something like this)
gfdsrm IOhannes