Files
op-pedal/uninstall.sh
T
Extremesecrecy 788bfad6ab Housekeepting - Shebangs and permisions (sudo)
Added an explicit host setting so Jekyll serves docs on all interfaces in debugDocs.sh

Documented the signing command for the release package in signPackage.sh

Inserted shebangs for various helper scripts such as makePackage.sh to ensure they run correctly as standalone scripts
2025-07-24 08:29:05 -07:00

11 lines
243 B
Bash
Executable File

#!/usr/bin/sudo /usr/bin/bash
# CMake doesn't have an uninstall option, so remove files manually.
export PREFIX=/usr
rm $PREFIX/bin/pipedal*
rm $PREFIX/sbin/pipedal*
rm -rf /etc/pipedal/
rm -rf /var/pipedal/
rm -rf /usr/lib/lv2/ToobAmp.lv2/