#!/bin/sh
# postpatch

if grep -s pam_lmx /etc/pam.conf > /dev/null
then
    echo '
Important Note: You must update your /etc/pam.conf file.
Please see the instructions in /opt/SUNWlzpm/bin/README'
fi

exit 0
