#!/bin/sh
if [ "${1}" == "pre" ]; then
  modprobe -rv rtw_8821ce
elif [ "${1}" == "post" ]; then
  modprobe -v rtw_8821ce
fi
