#!/bin/sh
zcat "$1" | tar -xOf - ./control.tar.gz | zcat -dc - | tar -xOf - ./control
