btstack/platforms/ios/layout/DEBIAN/prerm

5 lines
134 B
Plaintext
Raw Normal View History

2013-03-10 20:12:40 +00:00
#!/bin/sh
/bin/launchctl unload /Library/LaunchDaemons/ch.ringwald.BTstack.plist 2&> /dev/null
rm -f /usr/local/bin/BlueToolH4
exit 0