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