September 2016
Intermediate to advanced
989 pages
24h 10m
English
The supported package formats, RPM, ipk, and deb, support the addition of installation scripts that can be run at different times during a package installation process. In this recipe, we will see how to install them.
There are different types of installation scripts:
pkg_preinst): These are called before the package is unpackedpkg_postinst): These are called after the package is unpacked, and dependencies will be configuredpkg_prerm): These are called with installed or at least partially installed packagespkg_postrm): These are called after the package's files have been removed or replacedRead now
Unlock full access