summaryrefslogtreecommitdiff
path: root/community/fldiff/fldiff.install
blob: b95cc069d920a68e08fa1fc5b6af57dd57bf6150 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
}

post_upgrade() {
  post_install $1
}

post_remove() {
  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
}