summarylogtreecommitdiffstats
path: root/plex-media-player.install
blob: 948bcc6548c53db4740f0cfaab20b12edce069c4 (plain)
1
2
3
4
5
6
7
8
post_install() {
  gtk-update-icon-cache -qtf usr/share/icons/hicolor
}

post_upgrade() {
  post_install
}