chore: create ~/.local/share/applications
This commit is contained in:
parent
5ecc7898d6
commit
e1eda06edc
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ if os.path.isdir(os.path.expanduser('~/.local/bin/blend_bin')) and not os.path.i
|
||||||
subprocess.call(
|
subprocess.call(
|
||||||
['bash', '-c', 'rm -f "${HOME}/.local/share/applications/blend;"*'], shell=False)
|
['bash', '-c', 'rm -f "${HOME}/.local/share/applications/blend;"*'], shell=False)
|
||||||
|
|
||||||
|
subprocess.call(['mkdir', '-p', os.path.expanduser('~/.local/share/applications/')])
|
||||||
subprocess.call(['mkdir', '-p', os.path.expanduser('~/.local/bin/blend_bin/')])
|
subprocess.call(['mkdir', '-p', os.path.expanduser('~/.local/bin/blend_bin/')])
|
||||||
subprocess.call(['touch', os.path.expanduser(
|
subprocess.call(['touch', os.path.expanduser(
|
||||||
'~/.local/bin/blend_bin/.associations')], shell=False)
|
'~/.local/bin/blend_bin/.associations')], shell=False)
|
||||||
|
|
Loading…
Reference in a new issue