upgpkg: sublime-text-3 3.3211-2

Allow installation next to sublime-text
This commit is contained in:
Manuel 2022-11-15 17:16:35 +01:00
parent 74901c28cb
commit 16cbab618f
Signed by: Manuel
GPG key ID: 4085037435E1F07A
5 changed files with 38 additions and 59 deletions

View file

@ -0,0 +1,18 @@
post_install() {
cat << _EOF
==> sublime-text-3 install note:
------------------------------------------------------------------------------
Since this is the last version of Sublime Text 3, you might want to disable
in-application reminders about new Sublime Text versions (reportedly only
works as a licensed user).
Add the following setting to your User Preferences file:
"update_check": false
_EOF
}
post_upgrade() {
post_install
}