summaryrefslogtreecommitdiff
path: root/cmake/preUninstall.sh
blob: 3142b2777887433af336e5096d0a2351d9788369 (plain)
1
2
3
4
5
6
7
if [ $1 == 0 ]; then
	DST=${RPM_INSTALL_PREFIX}/sapp/stellar_plugin
	sed -i -n '$!N;/quic.so/!P;D' ${DST}/spec.toml
	sed -i '/QUIC_ONLOAD/d' ${DST}/spec.toml
	sed -i '/QUIC_UNLOAD/d' ${DST}/spec.toml
fi