summarylogtreecommitdiffstats
path: root/passwordsafe.install
blob: 408bfe8ffc732f8e578081b5efdd8594277d7d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  if [[ -x /usr/bin/gtk-update-icon-cache ]]; then
    gtk-update-icon-cache /usr/share/icons/hicolor -q
  fi
}

post_upgrade() {
  post_install
}
post_remove() {
  post_install
}