Merge pull request #37 from wachambo/dev/uninstall

Added uninstall script
pull/41/head
Evertiro 6 years ago committed by GitHub
commit b19d755953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,5 @@
#!/bin/env bash
rm -rf /usr/share/doc/cdm
rm -f /etc/cdmrc
rm -f /usr/bin/{cdm,cdm-xlaunch}
Loading…
Cancel
Save