mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 04:34:37 +08:00
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
|
post_install() {
|
||
|
echo "Install jack-audio-connection-kit, libsamplerate, ffmpeg
|
||
|
or pulseaudio to get their respective plugins working"
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|