summarylogtreecommitdiffstats
path: root/dconf.install
blob: 30258ff7363d4966206963dbda63f88d945544f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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: