1#!/bin/sh
2
3PCF=/usr/lib/pkgconfig/ucx.pc
4
5if [  -f  $PCF ];then
6    rm -f $PCF
7fi
8