mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
7 lines
117 B
Text
7 lines
117 B
Text
post_install() {
|
|
cat << 'EOF'
|
|
try it out:
|
|
|
|
pkgx node@18 --eval 'console.log("pkgx: run anything")'
|
|
EOF
|
|
}
|