I have Debian testing (wheezy/sid) on my home PC. Some time ago I have been careless enough to install some software with make install and ./install.bin and similar :) Now I want to know which files on my system were installed in such away, i.e. the files, which do not belong to any currently installed .deb packages.
I know I could write a script using dpkg -l and dpkg -L ... and find -name ... and similar, but I wonder if anyone has done it already.
(Just could not think of a good Google query for this question :)
