For Linux, I used to use checkinstall to create a package when installing from make. It watches the make, and adds an uninstall. Works for several package management systems such as .rpm and .deb.
For Cmake there is a similar tool I believe, Cpack.
Is there any such tool for shell script installers?
For Cmake there is a similar tool I believe, Cpack.
Is there any such tool for shell script installers?