Y
Hacker News
new
|
ask
|
show
|
jobs
by
jazzypants
102 days ago
Can you help me understand why one would ever need a post-install script in the first place, please?
3 comments
c0balt
101 days ago
Ime the most reasonable case is an optional compilation of native components when prebuilt ones are not compatible. See also node-gyp
link
nikeee
101 days ago
Some tools also install pre-commit hooks. I don't like this practice, but I get why people are using it.
link
CamJN
101 days ago
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.
link
irishcoffee
101 days ago
To restart a service, or run ldconfig?
link