mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 11:44:49 +00:00
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
post_install() {
|
|
msginfo
|
|
msginfo "Enable and start alsa service:"
|
|
msginfo " ln -sv /etc/sv/alsa /var/service"
|
|
msginfo
|
|
}
|
|
|
|
pre_remove() {
|
|
rm -f /var/lib/alsa/asound.state
|
|
}
|