chore: create an empty file in ~/.local/share/applications

This commit is contained in:
Rudra Saraswat 2023-06-26 11:26:03 +10:00
parent db623821ea
commit 9850a9d8ca
2 changed files with 2 additions and 4 deletions

View file

@ -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)