9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
post_install() {
|
|
# fixup permissions
|
|
chmod 755 /usr/lib/node_modules
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|