index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | m1ten <57693631+m1ten@users.noreply.github.com> | 2021-04-03 17:58:25 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-08 15:40:09 -0400 |
commit | eb7497f2aada18ba5d992fa890503782aefea726 (patch) | |
tree | 7a74bbb489a76db774ed33fc342db58dcd189dce | |
parent | c2c112625414e23bc15da083c06c97750bfa154d (diff) |
-rw-r--r-- | profiles/xfce4.py | 2 |
diff --git a/profiles/xfce4.py b/profiles/xfce4.py index 040f29bd..1cc4a62d 100644 --- a/profiles/xfce4.py +++ b/profiles/xfce4.py @@ -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') |