You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
google-croscore-fonts/tests/test-simple

16 lines
594 B

#/usr/bin/bash
aminfo=`rpm -q --provides google-croscore-arimo-fonts| grep "metainfo(google-croscore-arimo.metainfo.xml)"`
if [[ $aminfo ]];then
echo "metainfo present for Google CrosCore Arimo font"
fi
tminfo=`rpm -q --provides google-croscore-tinos-fonts| grep "metainfo(google-croscore-tinos.metainfo.xml)"`
if [[ $tminfo ]];then
echo "metainfo present for Google CrosCore Tinos font"
fi
cminfo=`rpm -q --provides google-croscore-cousine-fonts | grep "metainfo(google-croscore-cousine.metainfo.xml)"`
if [[ $cminfo ]];then
echo "metainfo present for Google CrosCore Cousine font"
fi