summarylogtreecommitdiffstats
path: root/mcp2210-dkms-git.install
diff options
context:
space:
mode:
authorAlexey Galakhov2020-08-09 01:17:09 +0200
committerAlexey Galakhov2020-08-09 01:18:50 +0200
commit25b98552776b7b1f2efb2bd45136dd0699c09892 (patch)
treec18f66c20c17a1a0426383669c49df5faec93012 /mcp2210-dkms-git.install
parentc8793fff80cd969ac012353992d6a991680bf6a6 (diff)
downloadaur-25b98552776b7b1f2efb2bd45136dd0699c09892.tar.gz
incomplete version (Git has issues)
Diffstat (limited to 'mcp2210-dkms-git.install')
-rw-r--r--mcp2210-dkms-git.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/mcp2210-dkms-git.install b/mcp2210-dkms-git.install
deleted file mode 100644
index 7e5d21164f7f..000000000000
--- a/mcp2210-dkms-git.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- dkms install mcp2210-git/${1%%-*}
-}
-
-pre_upgrade() {
- pre_remove ${2%%-*}
-}
-
-post_upgrade() {
- post_install ${1%%-*}
-}
-
-pre_remove() {
- dkms remove mcp2210-git/${1%%-*} --all
-}