blob: d79e72833ba958c98ca3da9f107664a4e3dd6bd3 [file] [log] [blame]
#!/bin/sh
set -e
#DEBHELPER#
# 1.3.2 had fwupd-refresh.service and fwupd.service both claiming
# this directory, but fwupd-refresh.service used DynamicUser directive
# meaning no other unit could access it.
if [ -L /var/cache/fwupd ]; then
rm -f /var/cache/fwupd
fi