Blob Blame History Raw
diff -up rabbitvcs-0.17/setup.py.orig rabbitvcs-0.17/setup.py
--- rabbitvcs-0.17/setup.py.orig	2017-08-14 10:13:39.573122844 +0100
+++ rabbitvcs-0.17/setup.py	2017-08-14 10:13:50.127123316 +0100
@@ -153,18 +153,3 @@ dist = setup(
     },
     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")
-        
-        subprocess.Popen(
-            ["gtk-update-icon-cache", os.path.join(PREFIX, icon_theme_directory)], 
-            stdout=subprocess.PIPE
-        ).communicate()[0]