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

post_upgrade() {
  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}

post_remove() {
  post_upgrade $1
}