summarylogtreecommitdiffstats
path: root/douane-dkms-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'douane-dkms-git.install')
-rw-r--r--douane-dkms-git.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/douane-dkms-git.install b/douane-dkms-git.install
deleted file mode 100644
index efdeb0e2126b..000000000000
--- a/douane-dkms-git.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- dkms install -m douane -v ${1%%-*}
-}
-pre_upgrade() {
- local curver=${2%%-*}
- # $2 is unset due to a bug. Query current version using pacman as fallback
- [ -n "$curver" ] || curver=$(pacman -Qi douane-dkms | awk '/^Version/{print $3}')
- pre_remove $curver
-}
-post_upgrade() {
- post_install ${1%%-*}
-}
-pre_remove() {
- dkms remove -m douane -v ${1%%-*} --all
-}