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

post_remove() {
  post_install
}