echo "Hello, this is FnaluInteractive" > /tmp/FnaluInteractive
# run the workgroup after.rpms.sh file first
WORKGROUP=`/bin/cat /etc/workgroup`
if [ "$METHOD" == "UPGRADE" ] ; then
  source /etc/$WORKGROUP/scripts/FnaluInteractive.upgrade.rpms.sh
else
   source /etc/$WORKGROUP/scripts/FnaluInteractive.after.rpms.sh
fi

