fwupd/contrib/debian/fwupd.postinst
2017-09-25 15:14:37 -05:00

10 lines
172 B
Bash

#!/bin/sh
set -e
#DEBHELPER#
if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
dpkg-maintscript-helper rm_conffile \
/etc/fwupd.conf 1.0.0~ -- "$@"
fi