diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-12 06:59:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-12 06:59:20 +0000 |
commit | d8658ff4c85fe08f93cf06990aaf21d03a85c46b (patch) | |
tree | 7354c8b4d03595b84fa7111ab5e1523f572d30c3 /media-sound/jokosher/files | |
parent | Version bump. (diff) | |
download | historical-d8658ff4c85fe08f93cf06990aaf21d03a85c46b.tar.gz historical-d8658ff4c85fe08f93cf06990aaf21d03a85c46b.tar.bz2 historical-d8658ff4c85fe08f93cf06990aaf21d03a85c46b.zip |
Version bump wrt #260967, thanks to Dennis Lichtenthäler.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'media-sound/jokosher/files')
-rw-r--r-- | media-sound/jokosher/files/jokosher-0.11.1-update-database.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/media-sound/jokosher/files/jokosher-0.11.1-update-database.patch b/media-sound/jokosher/files/jokosher-0.11.1-update-database.patch new file mode 100644 index 000000000000..287765b04fc5 --- /dev/null +++ b/media-sound/jokosher/files/jokosher-0.11.1-update-database.patch @@ -0,0 +1,31 @@ +diff -ur jokosher-0.11.1.orig/setup.py jokosher-0.11.1/setup.py +--- jokosher-0.11.1.orig/setup.py 2009-03-17 05:19:23.000000000 +0200 ++++ jokosher-0.11.1/setup.py 2009-05-12 09:43:39.000000000 +0300 +@@ -93,27 +93,6 @@ + call(["scrollkeeper-preinstall", HELPURI[fileNum], + installedOmfFiles[fileNum], installedOmfFiles[fileNum]]) + +- #Update the scrollkeeper catalog +- if os.geteuid() == 0: +- 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: |