mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
|
post_upgrade() {
|
||
|
rm '/etc/systemd/system/sysinit.target.wants/keyboardctl.service'
|
||
|
}
|
||
|
|
||
|
pre_remove() {
|
||
|
rm '/etc/systemd/system/sysinit.target.wants/keyboardctl.service'
|
||
|
}
|
||
|
|