Blob Blame History Raw
--- rabbitvcs-e8214e6e84e3b9e13fb551939e2fa8d27ceb7357/setup.py.old	2016-02-02 14:37:35.082167796 +0100
+++ rabbitvcs-e8214e6e84e3b9e13fb551939e2fa8d27ceb7357/setup.py	2016-02-02 14:37:41.431235156 +0100
@@ -152,17 +152,3 @@
     data_files=translations + icons + documentation + config_spec
 )
 
-#
-# Post installation
-#
-
-# Make sure the icon cache is deleted and recreated
-if sys.argv[1] == "install":
-
-    if os.uname()[0] != 'Darwin':
-        print("Running gtk-update-icon-cache-3.0")
-        
-        subprocess.Popen(
-            ["gtk-update-icon-cache-3.0", icon_theme_directory], 
-            stdout=subprocess.PIPE
-        ).communicate()[0]