default_install &&

mkdir -p $INSTALL_ROOT/etc/profile.d/ &&
if install_config_file  $SCRIPT_DIRECTORY/profile.d/pager.sh \
                        $INSTALL_ROOT/etc/profile.d/pager.sh; 
then
  chmod  0755  $INSTALL_ROOT/etc/profile.d/pager.sh
fi

