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
}
