remove unfunctional line
This commit is contained in:
parent
b1cec0635c
commit
34903c091f
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue