post_install() {
  systemctl reload dbus
  echo "Enable and start nvidia-fake-powerd.service to stop the dbus log spam caused by the NVIDIA driver."
   systemctl enable nvidia-fake-powerd"
   systemctl start nvidia-fake-powerd"
}

post_upgrade() {
  systemctl reload dbus
}
