RUNDIR=/var/run/PolicyKit
if ! [ -d $RUNDIR ]; then
  mkdir -p -m 770 $RUNDIR
  chown polkituser:polkituser $RUNDIR
fi
