aboutsummarylogtreecommitdiffstats
path: root/kinit.install
blob: 84284d7ad2de157387e19b78b8b2e3a5492eecf6 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
# this is executed by make install, but doesn't work since setcap can only be run as root
  setcap CAP_SYS_RESOURCE=+ep /usr/lib/kf5/start_kdeinit
}

post_upgrade() {
  post_install
}