mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
210 B
Text
11 lines
210 B
Text
post_upgrade() {
|
|
echo 'NOTE:'
|
|
echo 'If you use PulseAudio and get no sound, try as root:'
|
|
echo 'setconf /etc/libao.conf default_driver pulse'
|
|
}
|
|
|
|
post_install() {
|
|
post_upgrade
|
|
}
|
|
|
|
# vim:set ts=2 sw=2 et:
|