logoalt Hacker News

jazzypantsyesterday at 11:48 PM3 repliesview on HN

Can you help me understand why one would ever need a post-install script in the first place, please?


Replies

c0balttoday at 12:07 AM

Ime the most reasonable case is an optional compilation of native components when prebuilt ones are not compatible. See also node-gyp

show 1 reply
CamJNtoday at 2:14 AM

Compiling native extensions that link against libraries that can’t be included in the package for license reasons. That’s probably the one reason that simply can’t be removed.

irishcoffeetoday at 1:00 AM

To restart a service, or run ldconfig?