PackageHelper/scripts/remove_powermanagement.sh
2023-01-14 22:38:08 -07:00

4 lines
138 B
Bash
Executable File

#!/bin/bash
npm uninstall cordova-plugin-powermanagement-netsyms || true
cordova plugin rm cordova-plugin-powermanagement-netsyms || true