summarylogtreecommitdiffstats
path: root/sky.install
blob: 5fe416e614a17b0dcd04c307714d149b667e3e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  if [[ -x usr/bin/xdg-icon-resource ]]; then
    usr/bin/xdg-icon-resource forceupdate &>/dev/null || true
  fi
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}