Better way to remove on uninstall

pull/746/head
RPI News 4 years ago committed by GitHub
parent 06af9bd678
commit 9c363936e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,8 +8,7 @@ function error {
}
sudo apt-get remove -y minecraft-pi-reborn-native &>/dev/null || true
sudo apt-get remove -y gmcpil &>/dev/null || true
sudo apt-get remove -y jmcpil &>/dev/null || true
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || exit 1
sudo apt-get -y autoremove

Loading…
Cancel
Save