add file-roller setup script
This commit is contained in:
parent
440cf50850
commit
71412e5cb9
1 changed files with 9 additions and 0 deletions
9
src/setup/apps/file-roller.py
Normal file
9
src/setup/apps/file-roller.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from src.util import flatpak_install
|
||||
|
||||
name = "file roller"
|
||||
|
||||
|
||||
def setup():
|
||||
"""unzip thing"""
|
||||
|
||||
flatpak_install("org.gnome.FileRoller")
|
Loading…
Add table
Add a link
Reference in a new issue