summaryrefslogtreecommitdiff
blob: 8c2d1959989319695adbd0f1b49e30cd0558b8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# don't install /usr/share/icons/ubuntu-mono-{dark,light}
# it's only used in conjunction with appindicator
# and clutters the icon-themes menu in gnome
--- a/setup.py
+++ b/setup.py
@@ -94,12 +94,6 @@
 			files = [os.path.join(dir, f) for f in files]
 			data_files.append((target, files))
 
-	# mono icons -> PREFIX/share/icons/ubuntu-mono-light | -dark
-	for theme in ('ubuntu-mono-light', 'ubuntu-mono-dark'):
-		file = os.path.join('icons', theme, 'zim-panel.svg')
-		target = os.path.join('share', 'icons', theme, 'apps', '22')
-		data_files.append((target, [file]))
-
 	# data -> PREFIX/share/zim
 	for dir, dirs, files in os.walk('data'):
 		if '.zim' in dirs: