if  [  !  -e /boot/grub  ];  then
  mkdir /boot/grub
fi  &&

make  install            &&
chmod  750  /sbin/grub*  &&

#  Sample image, replace with SMGL image
mkdir  -p  /boot/grub/images                &&
cp  ${SCRIPT_DIRECTORY}/smgl-splash.xpm.gz  \
    /boot/grub/images
# this will create a sensible menu.lst.skel in the future
