mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-31 01:48:08 +03:00
parent
3db783dab2
commit
49c2e046a1
4
setup.py
4
setup.py
@ -264,6 +264,8 @@ class my_install(setuptools.command.install.install):
|
||||
setuptools.command.install.install.finalize_options(self)
|
||||
|
||||
def run(self):
|
||||
setuptools.command.install.install.run(self)
|
||||
|
||||
if not self.distribution.no_update_icon_cache:
|
||||
print("running gtk-update-icon-cache")
|
||||
icon_path = os.path.join(self.install_data, "share/icons/hicolor")
|
||||
@ -275,8 +277,6 @@ class my_install(setuptools.command.install.install):
|
||||
"share/glib-2.0/schemas")
|
||||
self.spawn(["glib-compile-schemas", gschema_install])
|
||||
|
||||
setuptools.command.install.install.run(self)
|
||||
|
||||
|
||||
###################
|
||||
# Custom commands #
|
||||
|
Loading…
x
Reference in New Issue
Block a user