summarylogtreecommitdiffstats
path: root/flaketill-says.install
blob: c4a9fb78671f4761e7a078800f101cdaa8022bd0 (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

  ==> flaketill-says install/upgrade note:
  ------------------------------------------------------------------------------
    To config the app for updates,
    add the following setting to your User Preferences file:
    "updates": true

_EOF
}

post_upgrade() {
  post_install
}