summarylogtreecommitdiffstats
path: root/transolution.install
blob: 8f02f042bc402ea183cf346445ff3d5025d25930 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "Updating desktop and mime database ..."
  update-desktop-database -q
  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
}

post_remove() {
  post_install $1
}