#!/bin/bash

/usr/bin/convert -size 512x512 kenzy-logo-icon.png -resize 16x16 places/16/start-here.png
/usr/bin/convert -size 512x512 kenzy-logo-icon.png -resize 22x22 places/22/start-here.png
/usr/bin/convert -size 512x512 kenzy-logo-icon.png -resize 24x24 places/24/start-here.png
/usr/bin/convert -size 512x512 kenzy-logo-icon.png -resize 32x32 places/32/start-here.png
/usr/bin/convert -size 512x512 kenzy-logo-icon.png -resize 48x48 places/48/start-here.png
/usr/bin/convert -size 512x512 kenzy-logo-icon.png -resize 64x64 places/64/start-here.png
/usr/bin/convert -size 512x512 kenzy-logo-icon.png -resize 128x128 places/128/start-here.png

cd places/16
rm -rf start-here-kde.png distributor-logo.svg gnome-main-menu.svg novel-button.svg novell-button.svg rosabutton.svg start-here.svg
ln -s ./start-here.png start-here-kde.png
cd ..
cd 22
rm -rf start-here-kde.png distributor-logo.svg gnome-main-menu.svg novel-button.svg novell-button.svg rosabutton.svg start-here.svg
ln -s ./start-here.png start-here-kde.png
cd ..
cd 24
rm -rf start-here-kde.png distributor-logo.svg gnome-main-menu.svg novel-button.svg novell-button.svg rosabutton.svg start-here.svg
ln -s ./start-here.png start-here-kde.png
cd ..
cd 32
rm -rf start-here-kde.png distributor-logo.svg gnome-main-menu.svg novel-button.svg novell-button.svg rosabutton.svg start-here.svg
ln -s ./start-here.png start-here-kde.png
cd ..
cd 48
rm -rf start-here-kde.png distributor-logo.svg gnome-main-menu.svg novel-button.svg novell-button.svg rosabutton.svg start-here.svg
ln -s ./start-here.png start-here-kde.png
cd ..
cd 64
rm -rf start-here-kde.png distributor-logo.svg gnome-main-menu.svg novel-button.svg novell-button.svg rosabutton.svg start-here.svg
ln -s ./start-here.png start-here-kde.png
cd ..
cd 128
rm -rf start-here-kde.png distributor-logo.svg gnome-main-menu.svg novel-button.svg novell-button.svg rosabutton.svg start-here.svg
ln -s ./start-here.png start-here-kde.png
