#!/bin/sh
GICONDIR16=/usr/share/icons/gnome/16x16/actions
GICONDIR24=/usr/share/icons/gnome/24x24/actions

convert $GICONDIR16/go-previous.png	Back16.gif
convert $GICONDIR16/go-down.png		Down16.gif
convert $GICONDIR16/go-next.png		Forward16.gif
convert $GICONDIR16/go-home.png		Home16.gif
convert $GICONDIR16/go-up.png		Up16.gif
convert $GICONDIR16/edit-find.png	Zoom16.gif
convert $GICONDIR16/zoom-in.png		ZoomIn16.gif
convert $GICONDIR16/zoom-out.png	ZoomOut16.gif

convert $GICONDIR24/zoom-in.png		ZoomIn24.gif
convert $GICONDIR24/zoom-out.png	ZoomOut24.gif
