View Single Post
too's Avatar
Posts: 122 | Thanked: 135 times | Joined on Dec 2009 @ Helsinki
#7
The quick'n'dirty way (first of all, voids your warranty)

Code:
sysroot_dir=`mad query sysroot-dir`
echo $sysroot_dir
ar p package.deb data.tar.gz | tar -C "$sysroot_dir" -ztvf -
A planned feature is to create a script that does this in managed
manner (checks for filename collisions, logs installed files etc)...