diff options
Diffstat (limited to 'evdi.install')
-rw-r--r-- | evdi.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/evdi.install b/evdi.install index 082dbc17f60..fb047dc9049 100644 --- a/evdi.install +++ b/evdi.install @@ -2,6 +2,7 @@ # new version (without -$pkgrel): ${2%%-*} post_install() { + echo 'DKMS install...' dkms install evdi/${1%%-*} } @@ -14,5 +15,6 @@ post_upgrade() { } pre_remove() { + echi 'DKMS remove...' dkms remove evdi/${1%%-*} --all } |