summaryrefslogtreecommitdiff
path: root/x11/hotwire-shell/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'x11/hotwire-shell/files/patch-setup.py')
-rw-r--r--x11/hotwire-shell/files/patch-setup.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11/hotwire-shell/files/patch-setup.py b/x11/hotwire-shell/files/patch-setup.py
deleted file mode 100644
index d2ad452cc933..000000000000
--- a/x11/hotwire-shell/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig 2008-03-23 16:15:12.000000000 -0300
-+++ setup.py 2013-12-13 11:36:29.526423229 -0200
-@@ -104,7 +104,6 @@
- if self.root is None:
- print "Running gtk-update-icon-cache"
- subprocess.call(['gtk-update-icon-cache', os.path.join(self.install_data, 'icons')])
--kwargs['cmdclass']['install'] = HotInstall
-
- setup(name='hotwire',
- version=__version__,