Files
i915-sriov-dkms/i915-sriov-dkms-git.install
Xilin Wu df2b824eba Initial commit (testing)
Signed-off-by: Xilin Wu <strongtz@yeah.net>
2022-09-25 19:43:29 +08:00

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.'
}