#!/bin/sh
if [ -f '/var/run/reboot-required.pkgs' ]; then
  rm '/var/run/reboot-required.pkgs';
fi
