summarylogtreecommitdiffstats
path: root/rodeo.install
blob: 8d797d01bdb6387a28a602766963a31630d7622b (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  xdg-icon-resource forceupdate --theme hicolor
  update-desktop-database -q
}
post_upgrade() {
  post_install
}
post_remove() {
  post_install
}