<p dir="ltr">Yes, it was just a first approximation of 'porting' those debs to snappyland.  Next step might be to find and port the postinstall scripts.</p>
<div class="gmail_quote">On Dec 21, 2014 3:13 AM, "Oliver Grawert" <<a href="mailto:ogra@ubuntu.com">ogra@ubuntu.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi,<br>
<br>
Am Montag, den 15.12.2014, 23:55 +0100 schrieb Alexander Sack:<br>
...<br>
> > apt-get download $pkgs<br>
> > for pkg in *.deb<br>
> > do<br>
> >     dpkg-deb -x $pkg .<br>
> > done<br>
> > tar -czvf x.tgz usr etc<br>
> ><br>
> > 2) transfer x.tgz to the Core system,<br>
> > remount / read-write,<br>
> > unpack into /,<br>
> ><br>
<br>
this is pretty broken, most/many of teh packages you install have<br>
maintainer scripts that dpkg -i would execute to do their initial set up<br>
properly.<br>
only using dpkg -x will give you a completely different setup to a<br>
proper install of the package.<br>
you should in any case use dpkg -i above (which might potentially force<br>
you to install a few more deps but at least the files in /etc will be<br>
proper) ...<br>
<br>
ciao<br>
        oli<br>
<br>--<br>
snappy-devel mailing list<br>
<a href="mailto:snappy-devel@lists.ubuntu.com">snappy-devel@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/snappy-devel" target="_blank">https://lists.ubuntu.com/mailman/listinfo/snappy-devel</a><br>
<br></blockquote></div>