parent
8f02ea22bc
commit
a1f163c024
@ -1,2 +1,15 @@
|
|||||||
#/usr/bin/bash
|
#/usr/bin/bash
|
||||||
rpm -q --provides google-croscore-fonts
|
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
|
||||||
|
Loading…
Reference in new issue