summarylogtreecommitdiffstats
path: root/clrmamepro.install
blob: e9df254ce70ccd58e436f4194f3567b3376ba017 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  post_upgrade
}

post_upgrade() {
  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}

post_remove() {
  post_upgrade
}