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

post_remove() {
  post_install
}