implement --force-postinstall option, this allows forcing the execution of postinstal...
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index 6e7aa7de4880b989e2f9198b12a726d9eb8e8eab..7496ff4aee0ae1365f80ecc8da93fd8c31018425 100644 (file)
@@ -73,6 +73,7 @@ struct opkg_conf
      int force_space;
      int force_removal_of_dependent_packages;
      int force_removal_of_essential_packages;
+     int force_postinstall;
      int check_signature;
      int nodeps; /* do not follow dependencies */
      char *offline_root;