summarylogtreecommitdiffstats
path: root/fm4tracks.install
blob: 28eb79378d96c5113359cc1cdb2fa7f25d60e5d1 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo
  echo "Updating Icon-Cache"
  gtk-update-icon-cache -q -t -f /usr/share/icons
}

post_upgrade() {
  post_install
}