summarylogtreecommitdiffstats
path: root/espanso-wayland.install
blob: fd8c92e5a88b80ae34c08af439fa5e5454a7c17d (plain)
1
2
3
4
5
6
7
function post_install {
  setcap "cap_dac_override+p" /usr/bin/espanso
}

function post_upgrade() {
  post_install "${1}"
}