2015-07-07 23:11:13 +02:00
|
|
|
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:
|
|
|
|
------------------------------------------------------------------------------
|
2021-06-22 18:07:49 +02:00
|
|
|
This package is now used for the actual 'dev' branch of Sublime Text.
|
|
|
|
If you want to keep using the latest stable release you should instead
|
|
|
|
install 'sublime-text-4' or use the official repos provided by Sublime Text.
|
|
|
|
|
2015-07-07 23:11:13 +02:00
|
|
|
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
|
|
|
|
}
|