summarylogtreecommitdiffstats
path: root/input-wacom-dkms.install
diff options
context:
space:
mode:
authorGiuseppe Sellaroli2017-02-07 13:16:46 -0500
committerGiuseppe Sellaroli2017-02-07 13:16:46 -0500
commitbf3407b7076cc0663bd536e01ed18a0c46e3def2 (patch)
tree36ccfe492cfd16c6bcf5abb4c0ec2e1f42763d9c /input-wacom-dkms.install
parent39fbca74b7324e015a0caa3788689e68b8b19eca (diff)
downloadaur-bf3407b7076cc0663bd536e01ed18a0c46e3def2.tar.gz
removed "dkms remove" commands as they are now run by pacman hooks
Diffstat (limited to 'input-wacom-dkms.install')
-rw-r--r--input-wacom-dkms.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/input-wacom-dkms.install b/input-wacom-dkms.install
index 7844f4257ea7..98b17bc9b445 100644
--- a/input-wacom-dkms.install
+++ b/input-wacom-dkms.install
@@ -11,16 +11,6 @@ post_install() {
echo -e "\n"
}
-pre_upgrade() {
- pre_remove $2
-}
-
post_upgrade() {
post_install $1
}
-
-pre_remove() {
- local version=${1%%-*}
- dkms=$(which dkms)
- $dkms remove -m input-wacom -v $version --all
-}