#!/bin/sh -e tar xf Gentium-Basic for ttf in *.ttf do install -Dm644 $ttf "$1/usr/share/fonts/TTF/$ttf" done