arch-packages/sublime-text-dev/sublime-text-dev.install

29 lines
950 B
Bash
Raw Permalink Normal View History

2015-07-07 23:11:13 +02:00
post_install() {
cat << _EOF
2022-02-24 16:20:05 +01:00
==> sublime-text-dev install note:
2015-07-07 23:11:13 +02:00
------------------------------------------------------------------------------
2022-02-24 16:20:05 +01:00
This package is used for the actual 'dev' branch of Sublime Text that
requires a license to be purchased from the Sublime Text website.
2021-06-22 18:07:49 +02:00
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() {
2022-02-24 16:20:05 +01:00
cat << _EOF
==> sublime-text-dev 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
2015-07-07 23:11:13 +02:00
}