blob: 5de9a9a9a65a1193a7bb2ac186dd252a7139e780 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo -e '\033[0;31mRemember to pass the environment' \
'"PULSE_SCRIPT=/etc/xrdp/pulse/default.pa" to pulseaudio' \
'to make this module work.\033[0m'
}
post_upgrade() {
post_install
}
|