summarylogtreecommitdiffstats
path: root/open-fuse-iso.install
blob: 7c6e40cc545daf58cedd6d7391f971f4ceec9c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
  update-desktop-database -q
}

post_upgrade() {
  post_install
}


post_remove() {
  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
  update-desktop-database -q
}