summarylogtreecommitdiffstats
path: root/douane-dkms-git.install
diff options
context:
space:
mode:
authorEric Engestrom2020-05-27 00:35:54 +0200
committerEric Engestrom2020-05-27 00:35:54 +0200
commit9d76d0eac659b0b187662a093b946a1c5a6985e8 (patch)
tree59e2b210e07bb4abe1d62f941e602d2f22813157 /douane-dkms-git.install
parenta18ac7a5a2715df5f65335fe53e71d2e57976426 (diff)
downloadaur-9d76d0eac659b0b187662a093b946a1c5a6985e8.tar.gz
fixup package and re-submit
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
-}