mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 21:48:28 +00:00
This commit is contained in:
parent
531f6a210a
commit
ed8e4a54cf
8
contrib/debian/fwupd.postrm
Normal file
8
contrib/debian/fwupd.postrm
Normal 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
|
Loading…
Reference in New Issue
Block a user