PKGBUILDs/community/nodejs/nodejs.install

8 lines
164 B
Plaintext
Raw Normal View History

2015-05-08 12:43:59 +00:00
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
}