summaryrefslogtreecommitdiff
path: root/extra/nautilus-sendto/nautilus-sendto.install
blob: 38a63052ca3ca18916a5802bea44421191d6ca69 (plain)
1
2
3
4
5
post_upgrade() {
  if (( $(vercmp $2 3.7.92) < 0 )); then
    glib-compile-schemas usr/share/glib-2.0/schemas
  fi
}