mirror of
https://github.com/strongtz/i915-sriov-dkms.git
synced 2026-05-06 13:42:34 +08:00
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
post_install() {
|
|
echo 'The i915 kernel module will be available on reboot.'
|
|
}
|
|
|
|
post_remove() {
|
|
echo 'The i915 kernel module will be removed on reboot.'
|
|
}
|