blob: cb96d86a3734a5d6cc8c8f935f69ebce8d7ae214 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
post_install() {
echo ":: Packaging issues? Report at: https://github.com/orange-guo/aur-packages"
echo ::\ This\ package\ tracks\ Anthropic\ Claude\ Code\ stable\ releases.
echo ::\ Claude\ Code\ may\ still\ show\ latest-channel\ update\ prompts\ by\ default.
echo ::\ To\ align\ prompts\ with\ this\ package\,\ set\ autoUpdatesChannel\ to\ \"stable\"\ via\ /config\ or\ ~/.claude/settings.json.
}
post_upgrade() {
:
}
post_remove() {
:
}
|