#! /bin/sh

if [ "$1" = "post" ] ; then
  pkill -x -USR2 xsecurelock
fi

exit 0
