Update xfce4.py

This commit is contained in:
m1ten 2021-04-03 17:58:25 -04:00 committed by Dylan Taylor
parent c2c1126254
commit eb7497f2aa
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def _prep_function(*args, **kwargs):
# Ensures that this code only gets executed if executed
# through importlib.util.spec_from_file_location("xfce4", "/somewhere/xfce4.py")
# or through conventional import gnome
# or through conventional import xfce4
if __name__ == 'xfce4':
# Install dependency profiles
installation.install_profile('xorg')