trivial: debian: remove transient items on purge (Closes: #868464, #868465)

This commit is contained in:
Mario Limonciello 2017-07-17 12:04:39 -05:00
parent 531f6a210a
commit ed8e4a54cf

View File

@ -0,0 +1,8 @@
#!/bin/sh -e
#DEBHELPER#
if [ "$1" = purge ]; then
rm -f /var/lib/fwupd/gnupg
rm -f /var/cache/app-info/xmls/fwupd.xml
fi