blob: d7a4aeec1e3c88b885918f270711b5947abf23e0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## arg 1: the new package version
post_install () {
echo 'Nouveau will disabled after reboot.'
}
## arg 1: the new package version
post_remove () {
echo 'Nouveau will load after reboot.'
}
|