vmatare / thinkfan

The minimalist fan control program
GNU General Public License v3.0
541 stars 62 forks source link

Cannot uninstall #147

Open noscript opened 3 years ago

noscript commented 3 years ago

There is no uninstall target for make:

sudo make uninstall
make: *** No rule to make target 'uninstall'.  Stop.
vmatare commented 3 years ago

Yeah, that's because cmake doesn't have that feature. It does however keep track of all installed files in a file named install_manifest.txt, which you can use. See the following stackoverflow post for a simple solution:

https://stackoverflow.com/a/44649542/1162878