pkgdb: disable pkgdb conversion code; 0.38 was released long ago.

This commit is contained in:
Juan RP 2015-01-10 19:26:37 +01:00
parent d4a25b7ebf
commit 7c153a2b15

View File

@ -181,8 +181,10 @@ xbps_pkgdb_init(struct xbps_handle *xhp)
if (xhp->pkgdb_plist == NULL)
xhp->pkgdb_plist = xbps_xasprintf("%s/%s", xhp->metadir, XBPS_PKGDB);
#if 0
if ((rv = xbps_pkgdb_conversion(xhp)) != 0)
return rv;
#endif
if (xhp->pkgdb != NULL)
return 0;