I tried to install an app written in Python using this command in terminal:
sudo make install
at the very last stage of installation, this message pops up:
[ -x /usr/bin/update-desktop-database ] && sudo update-desktop-database -q
I just want to know what it means and how to finish installation process.