10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
|
#
|
||
|
# 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:
|
||
|
#
|