summarylogtreecommitdiffstats
path: root/sublime-text.install
blob: b02fe8529bd3ce8099187115e265928617bb9dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
  # Update icon cache.
  gtk-update-icon-cache -f '/usr/share/icons/hicolor' > /dev/null 2>&1

  # Note admin after install/update on how to change th update_check setting.
  cat << _EOF

  ==> sublime-text-dev install/upgrade note:
  ------------------------------------------------------------------------------
    To disable in-application reminders about new Sublime Text dev versions,
    add the following setting to your User Preferences file:
    "update_check": false

_EOF
}

post_upgrade() {
  post_install
}