Install the APT configuration fragment used to invoke the snapshot helper before dpkg processes package files. Request protocol version 3 and a dedicated information file descriptor so the helper can classify package installations, upgrades, downgrades, and removals without attempting to infer actions from the apt command line.
8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
# APT sends the package action list to the helper before invoking dpkg.
|
|
DPkg::Tools::options::/usr/local/sbin/apt-zfs-snapshot::Version "3";
|
|
DPkg::Tools::options::/usr/local/sbin/apt-zfs-snapshot::InfoFD "3";
|
|
DPkg::Pre-Install-Pkgs
|
|
{
|
|
"/usr/local/sbin/apt-zfs-snapshot";
|
|
};
|