## arg 1: the new package version post_install() { sed -i '/^autospawn/d' /etc/pulse/client.conf echo autospawn=no >> /etc/pulse/client.conf ldconfig } post_upgrade() { post_install } post_remove() { ldconfig }