if [ -x "$(command -v systemd-tmpfiles)" ]; then if [ "$1" = "remove" ]; then systemd-tmpfiles ${DPKG_ROOT:+--root="$DPKG_ROOT"} --remove - >/dev/null <