1
0
Fork 0

remove unfunctional line

This commit is contained in:
Kim, Jimin 2022-05-06 00:33:46 +09:00
parent b1cec0635c
commit 34903c091f

View file

@ -3,6 +3,8 @@ from src import log
from os import system
name = "Gnome extensions"
post_install = "Restart gnome shell"
EXTENSIONS = (
(36, "extension-lockkeys.conf"), # lock-keys
@ -41,4 +43,3 @@ def setup():
# enable extensions
load_dconf("extensions.conf")
system("gnome-shell-extension-installer --restart-shell")