libopkg: support https_proxy
[project/opkg-lede.git] / libopkg / opkg_configure.c
index dc05f1e491f704521844721bbc42730ed0025726..a043c5237d406e94b0e017f9d5c3cba343ffea53 100644 (file)
@@ -21,6 +21,7 @@
 #include "opkg_configure.h"
 #include "opkg_message.h"
 #include "opkg_cmd.h"
+#include "pkg_alternatives.h"
 
 int opkg_configure(pkg_t * pkg)
 {
@@ -38,5 +39,7 @@ int opkg_configure(pkg_t * pkg)
                return err;
        }
 
+       pkg_alternatives_update(pkg);
+
        return 0;
 }