mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-11-21 21:16:00 -08:00
Fixed GDM installation, reworked label_files.py, fixed theme removing
This commit is contained in:
@@ -33,10 +33,11 @@ def main():
|
||||
|
||||
if args.remove or args.reinstall:
|
||||
installer.remove()
|
||||
else:
|
||||
|
||||
if not args.remove:
|
||||
installer.install()
|
||||
|
||||
if not args.gdm and args.remove == args.reinstall:
|
||||
if not args.gdm and not args.remove:
|
||||
apply_gnome_theme()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user