post_install() {
	setcap cap_sys_ptrace=eip /usr/bin/sway
}

post_upgrade() {
	post_install $1
}
