table of contents
Config::Model::models::Dpkg::PackageScripts(3pm) | User Contributed Perl Documentation | Config::Model::models::Dpkg::PackageScripts(3pm) |
NAME¶
Config::Model::models::Dpkg::PackageScripts - Configuration class Dpkg::PackageScripts
DESCRIPTION¶
Configuration classes used by Config::Model
Elements¶
preinst - script called before a package is unpacked¶
For details, see Debian Policy <https://www.debian.org/doc/debian-policy/#document-ch-maintainerscripts> Optional. Type string.
postinst - script called after a package is unpacked¶
For details, see Debian Policy <https://www.debian.org/doc/debian-policy/#document-ch-maintainerscripts> Optional. Type string.
prerm - script called before a package is removed¶
For details, see Debian Policy <https://www.debian.org/doc/debian-policy/#document-ch-maintainerscripts> Optional. Type string.
postrm - script called after a package is removed¶
For details, see Debian Policy <https://www.debian.org/doc/debian-policy/#document-ch-maintainerscripts> Optional. Type string.
SEE ALSO¶
- •
- cme
2021-06-06 | perl v5.32.1 |