I've installed some program that added menu items in info directory node (a main menu of info
command). Then i manually deleted the programs info files from the system, so now when i click on 'program' item, it is not found. However the items of the program are still in the directory node. How does info compile the directory node? How it can be updated, so there are no more this program on the list? And generally how does the mechanism of finding and updating info files work, especially during install and uninstall?
Edit: One dirty solution is to just manually delete infofiles from infopath. Also i learned that in every infopath there is a file dir
, which has links to every info file in the current directory, so one may just edit it instead of deleting files.
sudo rm -rf /usr/local/share/info/
. – Mirzhan Irkegulov Mar 14 '12 at 15:01