removing unwanted script

This commit is contained in:
Jake Day 2017-11-18 10:12:23 -05:00
parent c0232369d0
commit 8fa5610374

View file

@ -1,8 +0,0 @@
#!/bin/sh
set -e
if [ "$2" = "hibernate" ]; then
case "$1" in
pre) modprobe -r mwifiex_pcie mwifiex ;;
post) modprobe mwifiex_pcie ;;
esac