btstack/port/archive/ios/layout/DEBIAN/prerm
2021-05-31 16:44:53 +02:00

5 lines
134 B
Bash
Executable File

#!/bin/sh
/bin/launchctl unload /Library/LaunchDaemons/ch.ringwald.BTstack.plist 2&> /dev/null
rm -f /usr/local/bin/BlueToolH4
exit 0