Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
e50d29317b
commit
e451573a47
|
@ -40,6 +40,7 @@ def remmove_desktop_files():
|
||||||
Use this def to remove any .desktop files you donot need
|
Use this def to remove any .desktop files you donot need
|
||||||
"""
|
"""
|
||||||
os.system('rm /usr/share/applications/btop.desktop')
|
os.system('rm /usr/share/applications/btop.desktop')
|
||||||
|
os.system('rm /usr/share/applications/librewolf.desktop')
|
||||||
|
|
||||||
|
|
||||||
def install_librewolf_browser():
|
def install_librewolf_browser():
|
||||||
|
|
Loading…
Reference in New Issue