Update xfce4.py
This commit is contained in:
parent
c2c1126254
commit
eb7497f2aa
|
|
@ -22,7 +22,7 @@ def _prep_function(*args, **kwargs):
|
||||||
|
|
||||||
# Ensures that this code only gets executed if executed
|
# Ensures that this code only gets executed if executed
|
||||||
# through importlib.util.spec_from_file_location("xfce4", "/somewhere/xfce4.py")
|
# through importlib.util.spec_from_file_location("xfce4", "/somewhere/xfce4.py")
|
||||||
# or through conventional import gnome
|
# or through conventional import xfce4
|
||||||
if __name__ == 'xfce4':
|
if __name__ == 'xfce4':
|
||||||
# Install dependency profiles
|
# Install dependency profiles
|
||||||
installation.install_profile('xorg')
|
installation.install_profile('xorg')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue