blob: c8f6dc7eb7f8bb566d8674ae4a4cd80c7054329c (
plain) (
blame)
1
2
|
// Notify all clients to reload the cache
APT::Update::Post-Invoke-Success { "[ ! -f /var/run/dbus/system_bus_socket ] || /usr/bin/dbus-send --system --dest=org.debian.apt --type=signal /org/debian/apt org.debian.apt.CacheChanged || true"; };
|