Conform to pi-apps package removal process

pull/898/head
necro-nemesis 4 years ago committed by GitHub
parent c568b16ecd
commit b5f68c445f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,10 +7,8 @@ function error {
exit 1
}
sudo apt purge lokinet-gui -y || error "Failed to uninstall \"lokinet-gui\"!"
sudo apt purge lokinet -y || error "Failed to uninstall \"lokinet\"!"
sudo apt purge lokinet-bin -y || error "Failed to uninstall \"lokinet-bin\"!"
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || exit 1
if [ -e /etc/systemd/system/lokinet.service.d ]; then
echo "removing systemd override"
sudo rm -r /etc/systemd/system/lokinet.service.d

Loading…
Cancel
Save