mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
9 lines
175 B
Text
9 lines
175 B
Text
|
post_install() {
|
||
|
echo "Install jack-audio-connection-kit, libsamplerate, ffmpeg
|
||
|
or pulseaudio to get their respective plugins working"
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|