]> git.ipfire.org Git - pakfire.git/commit - Makefile.am
libpakfire: scriptlets: Move them into an own data structure
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jan 2021 16:24:46 +0000 (16:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jan 2021 16:24:46 +0000 (16:24 +0000)
commit101264c8ad38e3ed097546c0ff963200c2b06804
tree48be3eb842fe3f3d48cb69a8be248769c107f67b
parentdccd04a46140611f6c140697be055aa95cf944d1
libpakfire: scriptlets: Move them into an own data structure

We deal with scriptlets in several places and carrying them around as
loose pointers to some data is not very comfortable.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/libpakfire/archive.c
src/libpakfire/include/pakfire/archive.h
src/libpakfire/include/pakfire/scriptlet.h [new file with mode: 0644]
src/libpakfire/include/pakfire/step.h
src/libpakfire/scriptlet.c [new file with mode: 0644]
src/libpakfire/step.c