9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
post_install() {
|
|
echo ">> Please adjust the drivers within the configuration when you have issues."
|
|
echo ">> You can find the corresponding file under: /etc/openal/alsoft.conf"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|