Files
extra/openal/openal.install
2025-06-22 20:39:04 -05:00

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
}