From 1ab81fdd4cb9b88dad35cc93521650f85837fd6e Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Fri, 3 Dec 2021 14:52:07 +0200 Subject: db: convert v3 scripts to ipkg on install fixes #10796 --- src/apk_package.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/apk_package.h') diff --git a/src/apk_package.h b/src/apk_package.h index c6aa051..1d9ca6e 100644 --- a/src/apk_package.h +++ b/src/apk_package.h @@ -144,6 +144,7 @@ void apk_pkg_from_adb(struct apk_database *db, struct apk_package *pkg, struct a struct apk_installed_package *apk_pkg_install(struct apk_database *db, struct apk_package *pkg); void apk_pkg_uninstall(struct apk_database *db, struct apk_package *pkg); +int apk_ipkg_assign_script(struct apk_installed_package *ipkg, unsigned int type, apk_blob_t blob); int apk_ipkg_add_script(struct apk_installed_package *ipkg, struct apk_istream *is, unsigned int type, unsigned int size); -- cgit v1.2.3-70-g09d2