#!/bin/bash

# Steam client updates are managed separately,
# so in this case return exit code 7 stating
# no system updates.

exit 7 # tells Steam client there is no update to perform
