summarylogtreecommitdiffstats
path: root/abraca.install
blob: a252f4e6be69b21592a79c56386ac275169a80ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
  echo""
  echo "---If integrity check fails, flag the package as outdated, because version releases of this package are a bit strange and it's not easy to know when there's a new version"
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}