8 lines
311 B
Plaintext
8 lines
311 B
Plaintext
APT::Update::Pre-Invoke {
|
|
"[ ! -e /run/systemd/system ] || [ $(id -u) -ne 0 ] || systemctl start --no-block apt-news.service esm-cache.service || true";
|
|
};
|
|
|
|
binary::apt::AptCli::Hooks::Upgrade {
|
|
"[ ! -f /usr/lib/ubuntu-advantage/apt-esm-json-hook ] || /usr/lib/ubuntu-advantage/apt-esm-json-hook || true";
|
|
};
|