arch/pkg/de-p1st-sddm-theme-nordic/.install

16 lines
341 B
Plaintext
Raw Normal View History

2021-05-14 13:39:17 +02:00
## arg 1: the new package version
post_install() {
2021-07-10 09:37:20 +02:00
holo apply --force file:/usr/share/sddm/themes/Nordic/Main.qml
2021-05-14 13:39:17 +02:00
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
2021-07-10 09:37:20 +02:00
holo apply --force file:/usr/share/sddm/themes/Nordic/Main.qml
2021-05-14 13:39:17 +02:00
}
## arg 1: the old package version
post_remove() {
holo apply
}