Add helpful messages to uninstaller

This commit is contained in:
2020-04-16 11:29:49 -04:00
parent a5732319da
commit ff8d7e332b

View File

@@ -883,7 +883,8 @@ EOF"
sudo apt-get remove "mediacenter$_mversion" -y sudo apt-get remove "mediacenter$_mversion" -y
fi fi
echo "JRiver Media Center has been completely uninstalled" echo "JRiver Media Center has been completely uninstalled"
echo "Your library files will remain at $HOME/.jriver" echo "If you wish to remove your library files: rm -rf $HOME/.jriver"
echo "If you wish to remove your rpmbuild output files: rm -rf $_outputdir"
} }