summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/jokosher/files/jokosher-0.11.1-disable-mime-and-sk-update.patch')
-rw-r--r--media-sound/jokosher/files/jokosher-0.11.1-disable-mime-and-sk-update.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-sound/jokosher/files/jokosher-0.11.1-disable-mime-and-sk-update.patch b/media-sound/jokosher/files/jokosher-0.11.1-disable-mime-and-sk-update.patch
deleted file mode 100644
index f73716b..0000000
--- a/media-sound/jokosher/files/jokosher-0.11.1-disable-mime-and-sk-update.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -Naur jokosher-0.11.1.orig/setup.py jokosher-0.11.1/setup.py
---- jokosher-0.11.1.orig/setup.py 2009-03-17 08:49:23.000000000 +0530
-+++ jokosher-0.11.1/setup.py 2009-04-10 00:10:48.465798839 +0530
-@@ -92,27 +92,6 @@
- for fileNum in range(0, len(installedOmfFiles)):
- 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."
-