mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
6 lines
182 B
Text
6 lines
182 B
Text
|
|
#!/bin/sh
|
||
|
|
# Force the AU host registrar to rescan so the freshly installed Component is
|
||
|
|
# visible without a logout/reboot.
|
||
|
|
killall -9 AudioComponentRegistrar >/dev/null 2>&1
|
||
|
|
|
||
|
|
exit 0
|