upgpkg: sublime-text-3 3.3211-2
Allow installation next to sublime-text
This commit is contained in:
parent
74901c28cb
commit
16cbab618f
5 changed files with 38 additions and 59 deletions
18
sublime-text-3/sublime-text-3.install
Normal file
18
sublime-text-3/sublime-text-3.install
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue