summaryrefslogtreecommitdiff
path: root/extra/libreoffice-fresh/libreoffice-fresh.install
blob: fb59da3b1ebcb26b5cdc1f4691ce9121ef2ec643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  xdg-icon-resource forceupdate --theme hicolor
  update-desktop-database -q
  update-mime-database usr/share/mime > /dev/null 2>&1
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}