cd $INSTALL_ROOT/usr/bin &&
if [[ ! -f gpg ]];then
  ln -s gpg2 gpg
fi
