arch-packages/sublime-text-dev.install
2021-06-22 18:12:04 +02:00

24 lines
773 B
Plaintext

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:
------------------------------------------------------------------------------
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.
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
}