PublicFiles/Artian-Apps/apps/Processing IDE/uninstall

6 lines
173 B
Bash

#!/bin/bash
cd ~/.local/share
sudo ~/.local/share/processing*/uninstall.sh || error "failed to uninstall"
rm -rf processing* || error "Failed to remove install directory!"