summarylogtreecommitdiffstats
path: root/memsource-editor.install
blob: c20dc7c9fc23e79eb34110f5e62ec70459dd9e9c (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
  update-mime-database /usr/share/mime
  update-desktop-database -q
}

post_remove() {
  post_install
}