mkdir  -p  /usr/lib/gkrellm2/plugins  &&

if  [  "$GKRELLM_V_I18N"  ==  "y"  ];  then
  make  enable_nls=1  install
else
  default_install
fi
