tpkgs/main/dconf/dconf.install
2024-06-16 14:38:05 -04:00

12 lines
144 B
Plaintext

post_install() {
post_upgrade $1 0
}
post_upgrade() {
if (( $(vercmp $2 0.32.0-2) < 0 )); then
dconf update
fi
}
# vim:set sw=2 et: