mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
7 lines
164 B
Text
7 lines
164 B
Text
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
|
|
}
|