summarylogtreecommitdiffstats
path: root/egpu-switcher-bin.install
blob: 2cb293c241340414c9a6a84b5df2379a3af96ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pre_remove() {
    egpu-switcher disable
}

post_install() {
    egpu-switcher enable --no-prompt
}

pre_upgrade() {
    egpu-switcher cleanup
}

post_upgrade() {
    egpu-switcher enable --no-prompt
}