1 2 3 4 5 6 7
function post_install { setcap "cap_dac_override+p" /usr/bin/espanso } function post_upgrade() { post_install "$1" }