Stop installing Pop-Dark icons.

They aren't useful in a post-Unity world.
This commit is contained in:
Ian Santopietro 2019-04-17 10:37:09 -06:00
parent 6ad088b69d
commit a57b4db5e2
1 changed files with 0 additions and 4 deletions

View File

@ -9,8 +9,4 @@ install_subdir('Pop',
install_dir: join_paths(get_option('prefix'), 'share/icons')
)
install_subdir('Pop-Dark',
install_dir: join_paths(get_option('prefix'), 'share/icons')
)
meson.add_install_script('meson/post_install.py')