arch/pkg/de-p1st-sddm-theme-nordic/.install
2021-07-10 09:37:20 +02:00

16 lines
341 B
Plaintext

## arg 1: the new package version
post_install() {
holo apply --force file:/usr/share/sddm/themes/Nordic/Main.qml
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
holo apply --force file:/usr/share/sddm/themes/Nordic/Main.qml
}
## arg 1: the old package version
post_remove() {
holo apply
}