mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
APT::Install {
|
|
Pre-Invoke { "/usr/comma/apt_setup.sh"; };
|
|
Post-Invoke { "/usr/comma/apt_teardown.sh"; };
|
|
};
|
|
|
|
APT::Update {
|
|
Pre-Invoke { "/usr/comma/apt_setup.sh"; };
|
|
Post-Invoke { "/usr/comma/apt_teardown.sh"; };
|
|
};
|
|
|
|
DPkg {
|
|
Pre-Invoke { "/usr/comma/apt_setup.sh"; };
|
|
Post-Invoke { "/usr/comma/apt_teardown.sh"; };
|
|
};
|