blob: 3e54faff76a3ca35277fd3b2fa92108f6d136ff2 (
plain)
1
2
3
4
5
6
|
if [ $1 == 0 ]; then
DST=${RPM_INSTALL_PREFIX}/sapp/stellar_plugin
sed -i -n '$!N;/ftp_decoder.so/!P;D' ${DST}/spec.toml
sed -i '/FTP_ONLOAD/d' ${DST}/spec.toml
sed -i '/FTP_UNLOAD/d' ${DST}/spec.toml
fi
|