9b2dfd8
diff -up rabbitvcs-0.19/setup.py.orig rabbitvcs-0.19/setup.py
9b2dfd8
--- rabbitvcs-0.19/setup.py.orig	2023-08-03 19:29:42.825324099 +0100
9b2dfd8
+++ rabbitvcs-0.19/setup.py	2023-08-03 19:29:53.624920914 +0100
9b2dfd8
@@ -164,18 +164,3 @@ dist = setup(
69ca731
     },
9b2dfd8
     data_files=translations + icons + documentation + config_spec,
f9c272e
 )
69ca731
-
f9c272e
-#
f9c272e
-# Post installation
f9c272e
-#
f9c272e
-
f9c272e
-# Make sure the icon cache is deleted and recreated
9b2dfd8
-if installing:
f9c272e
-
9b2dfd8
-    if os.uname()[0] != "Darwin":
69ca731
-        print("Running gtk-update-icon-cache")
3a65bcc
-
f9c272e
-        subprocess.Popen(
3a65bcc
-            ["gtk-update-icon-cache", os.path.join(PREFIX, icon_theme_directory)],
9b2dfd8
-            stdout=subprocess.PIPE,
f9c272e
-        ).communicate()[0]