dconf/dconf.install

10 lines
134 B
Plaintext
Raw Permalink Normal View History

2024-11-01 20:58:48 +08:00
post_install() {
post_upgrade $1 0
}
post_upgrade() {
if (( $(vercmp $2 0.32.0-2) < 0 )); then
dconf update
fi
}