summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2024-11-02 11:08:15 +0800
committerSainnhe Park2024-11-02 11:08:15 +0800
commit3ea532b95e4d223f2d7d358f31651269d0a7a085 (patch)
tree793564a08e3bbbaa07b2bd85c9539b8e6e9d6b30
parentb2e0dc70948e8010ed92143cb885f4d462c6730f (diff)
downloadaur-3ea532b95e4d223f2d7d358f31651269d0a7a085.tar.gz
Update install hook
-rw-r--r--code-features.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/code-features.install b/code-features.install
index 40a86670d92f..28844748e559 100644
--- a/code-features.install
+++ b/code-features.install
@@ -1,6 +1,6 @@
post_install() {
/usr/share/code-features/patch.py code-features patch
- printf "==> [code-features] Use command /usr/bin/code-features-update to manually update the patch to keep up with the official vscode release so you don't have to wait for this package to be updated every time."
+ printf "==> [code-features] Use command /usr/bin/code-features-update to manually update the patch to keep up with the official vscode release when this package is out of date or some extensions don't work after an update in extra/code."
}
pre_upgrade() {
@@ -9,7 +9,7 @@ pre_upgrade() {
post_upgrade() {
/usr/share/code-features/patch.py code-features patch
- printf "==> [code-features] !!! Now there is a new command /usr/bin/code-features-update that can update the patch to keep up with the official vscode release. You can use this command to manually update the patch so you don't have to wait for this package to be updated every time."
+ printf "==> [code-features] !!! Now there is a new command /usr/bin/code-features-update that can update the patch to keep up with the official vscode release. You can use this command to manually update the patch when this package is out of date or some extensions don't work after an update in extra/code."
}
pre_remove() {