PKGBUILDs/community/nodejs/nodejs.install
2015-05-08 12:43:59 +00:00

8 lines
164 B
Plaintext

post_install () {
echo "Notice: npm is not shipped with nodejs since 0.12.2-4, please install npm manually if you need it."
}
post_upgrade () {
post_install
}