chiark / gitweb /
ubuntu-build-livecd: Require a project name (ubuntu|kubuntu).
[bin.git] / deb-extract-file
1 #! /bin/sh
2 set -e
3
4 deb="$1"
5 file=".${2#.}"  # force leading .
6 dpkg --fsys-tarfile "$deb" | tar xOf - "$file"