Description: Don't call update-{mime,desktop}-database at build-time Origin: Debian Forwarded: not-needed Index: jokosher-0.11.3/setup.py =================================================================== --- jokosher-0.11.3.orig/setup.py 2009-11-11 22:16:40.544634331 +0100 +++ jokosher-0.11.3/setup.py 2009-11-11 22:16:36.416634140 +0100 @@ -98,22 +98,6 @@ print "Updating the scrollkeeper index..." call(["scrollkeeper-update", "-o", installroot + omfdir]) -# Update the mime types -if os.geteuid() == 0 and dist != None: - print "Updating the mime-types...." - - #update the mimetypes database - try: - call(["update-mime-database", "/usr/share/mime/"]) - except: - pass - - #update the .desktop file database - try: - call(["update-desktop-database"]) - except: - pass - print "\nInstallation finished! You can now run Jokosher by typing 'jokosher' or through your applications menu icon." ## To uninstall manually delete these files/folders: