summarylogtreecommitdiffstats
path: root/steamos-xpad-dkms.install
blob: 96f77ca08c1c3793060ee8c90d6111f309c776de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
    dkms install steamos-xpad/${1%%-*}
}

pre_upgrade() {
    pre_remove ${2%%-*}
}

post_upgrade() {
    post_install ${1%%-*}
}

pre_remove() {
    dkms remove steamos-xpad/${1%%-*} --all
}