summarylogtreecommitdiffstats
path: root/asix-dkms.install
diff options
context:
space:
mode:
authorWilliam Gathoye2017-06-10 15:32:28 +0200
committerWilliam Gathoye2017-06-10 16:03:06 +0200
commit357441cdee702ce8adeb7d8ff24db3bc69cec7be (patch)
tree2e286451def898dca46e3b43b590c3cb825c8857 /asix-dkms.install
parent275e4dae81d67f3c90335907a98b93e5f62b87ed (diff)
downloadaur-357441cdee702ce8adeb7d8ff24db3bc69cec7be.tar.gz
Get package features from asix-ax88179-dkms
Diffstat (limited to 'asix-dkms.install')
-rw-r--r--asix-dkms.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/asix-dkms.install b/asix-dkms.install
deleted file mode 100644
index 968df3a1dc1c..000000000000
--- a/asix-dkms.install
+++ /dev/null
@@ -1,21 +0,0 @@
-# arg 1: the new package version
-post_install() {
- dkms install asix/${1%%-*}
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-pre_upgrade() {
- pre_remove ${2%%-*}
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install ${1%%-*}
-}
-
-# arg 1: the old package version
-pre_remove() {
- dkms remove asix/${1%%-*} --all
-}