dconf/dconf.install
2024-11-01 20:58:48 +08:00

10 lines
134 B
Plaintext

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