summarylogtreecommitdiffstats
path: root/sublime-text-dev.install
diff options
context:
space:
mode:
authorManuel Hüsers2022-02-24 16:20:05 +0100
committerManuel Hüsers2022-02-24 16:20:05 +0100
commit1721a123a80822291ee2fb94258849a1280326b4 (patch)
tree52051bc1db33ce0d59fc5042ee0592e804fea64c /sublime-text-dev.install
parent6b773ff1c2d56ee1e2528e85805925ca1af8d774 (diff)
downloadaur-1721a123a80822291ee2fb94258849a1280326b4.tar.gz
Update to build 4129
Diffstat (limited to 'sublime-text-dev.install')
-rw-r--r--sublime-text-dev.install19
1 files changed, 12 insertions, 7 deletions
diff --git a/sublime-text-dev.install b/sublime-text-dev.install
index 234e35243014..0ef6354d0947 100644
--- a/sublime-text-dev.install
+++ b/sublime-text-dev.install
@@ -1,13 +1,10 @@
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:
+ ==> sublime-text-dev install note:
------------------------------------------------------------------------------
- This package is now used for the actual 'dev' branch of Sublime Text.
+ This package is used for the actual 'dev' branch of Sublime Text that
+ requires a license to be purchased from the Sublime Text website.
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.
@@ -19,5 +16,13 @@ _EOF
}
post_upgrade() {
- post_install
+ 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
}