chiark / gitweb /
simple script to print the character set of a .po file in a way suitable for feeding...
[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"