diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-27 05:37:15 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-27 05:37:15 +0000 |
commit | 333b4f1c9d02cdc6a86cf3908ac1d5deaeedab8a (patch) | |
tree | cd75412d3dbe26b100ae03f660ddbac685d5b667 /etc | |
parent | 8b15014b94d7de8d17efa603df0297aa1ead5414 (diff) |
change wording to adhere to the style of other pacman hooks
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.d/hooks/highlight-css.hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pacman.d/hooks/highlight-css.hook b/etc/pacman.d/hooks/highlight-css.hook index 6eca190c..f14acaa7 100644 --- a/etc/pacman.d/hooks/highlight-css.hook +++ b/etc/pacman.d/hooks/highlight-css.hook @@ -5,7 +5,7 @@ Operation = Upgrade Target = highlight [Action] -Description = Upgrade highlight.css for cgit syntax highlighting... +Description = Upgrading highlight.css for cgit syntax highlighting... When = PostTransaction # mycgit.css import this highlight.css and cgit.css, for syntax-highlighting-edited.sh # because cgit.css is not pacman backup file and will be overwritten when upgrade cgit |