jobextra/dconf/dconf.install
2022-03-20 14:34:07 +02:00

10 lines
124 B
Plaintext

post_install() {
post_upgrade $1 0
}
post_upgrade() {
if (( $(vercmp $2 0.32.0-2) < 0 )); then
dconf update
fi
}