14 lines
219 B
Plaintext
14 lines
219 B
Plaintext
|
#
|
||
|
# vga/scripts/fglrx.stop
|
||
|
#
|
||
|
|
||
|
rmmod ${1} || die "Failed to remove ${1} module"
|
||
|
#
|
||
|
# FIXME: Is this necessary? Comment out if necessary.
|
||
|
#
|
||
|
rmmod uvesafb > /dev/null 2>&1
|
||
|
|
||
|
#
|
||
|
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
|
||
|
#
|