|
|
|
@ -4,7 +4,7 @@ idir=/usr/share/icons
|
|
|
|
|
cd $idir |
|
|
|
|
|
|
|
|
|
# Convert svg to png |
|
|
|
|
for icon in $(find -not -path "*scalable*" -iname "start-here-*.png"); do |
|
|
|
|
for icon in $(find -not -path "*scalable*" -iname "start-here*.png"); do |
|
|
|
|
sizeXY=$(sed -nE 's|.+/([0-9]+x[0-9]+)/.*|\1|p' <<< "$icon") |
|
|
|
|
sizeX=$(sed -nE 's|.+/([0-9]+)/.*|\1|p' <<< "$icon") |
|
|
|
|
if [ $sizeXY ]; then |
|
|
|
|