chore: create an empty file in ~/.local/share/applications
This commit is contained in:
parent
db623821ea
commit
9850a9d8ca
2 changed files with 2 additions and 4 deletions
|
@ -13,3 +13,5 @@ subprocess.call(['mkdir', '-p', os.path.expanduser('~/.local/share/applications/
|
|||
subprocess.call(['mkdir', '-p', os.path.expanduser('~/.local/bin/blend_bin/')])
|
||||
subprocess.call(['touch', os.path.expanduser(
|
||||
'~/.local/bin/blend_bin/.associations')], shell=False)
|
||||
subprocess.call(['touch', os.path.expanduser(
|
||||
'~/.local/share/applications/.empty')], shell=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue