This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mesa-platform-quic/cmake/preUninstall.sh

10 lines
216 B
Bash
Raw Normal View History

#!/bin/sh
if [ $1 == 0 ]; then
DST=${RPM_INSTALL_PREFIX}
mkdir -p ${DST}/plug/business/
touch ${DST}/plug/conflist.inf
sed -i '/quic.inf/d' ${DST}/plug/conflist.inf
sed -i '/QUIC/d' ${DST}etc/entrylist.conf
fi