summarylogtreecommitdiffstats
path: root/evdi.install
diff options
context:
space:
mode:
Diffstat (limited to 'evdi.install')
-rw-r--r--evdi.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/evdi.install b/evdi.install
deleted file mode 100644
index 89a76551a680..000000000000
--- a/evdi.install
+++ /dev/null
@@ -1,20 +0,0 @@
-# old version (without -$pkgrel): ${1%%-*}
-# new version (without -$pkgrel): ${2%%-*}
-
-post_install() {
- echo 'DKMS install...'
- dkms install evdi/${1%%-*}
-}
-
-pre_upgrade() {
- pre_remove ${2%%-*}
-}
-
-post_upgrade() {
- post_install ${1%%-*}
-}
-
-pre_remove() {
- echo 'DKMS remove...'
- dkms remove evdi/${1%%-*} --all
-}