Skip to content

Instantly share code, notes, and snippets.

@fukaz55
Created January 5, 2014 00:18
Show Gist options
  • Save fukaz55/8262640 to your computer and use it in GitHub Desktop.
Save fukaz55/8262640 to your computer and use it in GitHub Desktop.
/etc/pm/sleep.d/10_unattended-upgrades-hibernate (抜粋)
case "${1}" in
hibernate)
if [ -e $SHUTDOWN_HELPER ]; then
/sbin/rmmod ndiswrapper
python $SHUTDOWN_HELPER
fi
;;
resume|thaw)
/sbin/depmod -a
/sbin/modprobe ndiswrapper
# nothing
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment