update changes, and linux uninstall

This commit is contained in:
essej
2022-06-16 13:27:25 -04:00
parent 72cf3f5343
commit 3fe8379663
2 changed files with 10 additions and 1 deletions

View File

@ -22,4 +22,13 @@ rm -f ${PREFIX}/pixmaps/paulxstretch.png
rm -rf ${PREFIX}/lib/vst3/PaulXStretch.vst3
if [ x"$SUDO_USER" != x ] ; then
CLAPDIR=`eval echo ~$SUDO_USER/.clap`
rm -f ${CLAPDIR}/PaulXStretch.clap
else
CLAPDIR=$HOME/.clap
rm -f ${CLAPDIR}/PaulXStretch.clap
fi
echo "PaulXStretch uninstalled"