diff --git a/scripts/remove_powermanagement.sh b/scripts/remove_powermanagement.sh index f68d26f..746cd94 100755 --- a/scripts/remove_powermanagement.sh +++ b/scripts/remove_powermanagement.sh @@ -1,4 +1,4 @@ #!/bin/bash -npm uninstall cordova-plugin-powermanagement-netsyms -cordova plugin rm cordova-plugin-powermanagement-netsyms \ No newline at end of file +npm uninstall cordova-plugin-powermanagement-netsyms || true +cordova plugin rm cordova-plugin-powermanagement-netsyms || true \ No newline at end of file