etc-gentoo/hprofile/profiles/vga/scripts/fglrx.stop

10 lines
130 B
Bash

#
# vga/scripts/fglrx.stop
#
rmmod ${1} || die "failed to remove ${1} module"
#
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
#