summarylogtreecommitdiffstats
path: root/8188eu-dkms.install
diff options
context:
space:
mode:
authorArpan Kapoor2021-08-30 20:36:09 +0530
committerArpan Kapoor2021-08-30 20:36:09 +0530
commit7b7b1cdfb0ea4f9003ad944d2ffde090a743b232 (patch)
tree2e70476036c3debc3f818b9c23434c3458ffa9f7 /8188eu-dkms.install
parent6162b2a1f09030859164c68a717d992f404ca248 (diff)
downloadaur-7b7b1cdfb0ea4f9003ad944d2ffde090a743b232.tar.gz
Remove .install file
Diffstat (limited to '8188eu-dkms.install')
-rw-r--r--8188eu-dkms.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/8188eu-dkms.install b/8188eu-dkms.install
deleted file mode 100644
index 148e11bb76a2..000000000000
--- a/8188eu-dkms.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- dkms install 8188eu/${1%%-*}
-}
-
-pre_upgrade() {
- pre_remove ${2%%-*}
-}
-
-post_upgrade() {
- post_install ${1%%-*}
-}
-
-pre_remove() {
- dkms remove 8188eu/${1%%-*} --all
-}