summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/doinst.sh/kinit
blob: 71da4cc7ebb71b7b343b9893040bdb5aefd2678f (plain) (blame)
1
2
3
4
# Run the 'setcap' command as standard Slackware packages do not store caps:
if [ -f usr/lib/kf5/start_kdeinit ]; then
  /sbin/setcap CAP_SYS_RESOURCE=+ep usr/lib/kf5/start_kdeinit
fi