summarylogtreecommitdiffstats
path: root/sublime-text-4.install
blob: 3d6db1d922f261eee6f1400e3e917ab08c334c4b (plain)
1
2
3
4
5
6
7
8
post_install() {
  # Update icon cache.
  gtk-update-icon-cache -f '/usr/share/icons/hicolor' > /dev/null 2>&1
}

post_upgrade() {
  post_install
}