blob: 5e76af587c5f0b46a5f5dea248e68aa8221d59bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = usr/share/applications/code*.desktop
Target = usr/share/applications/vscode*.desktop
Target = usr/share/applications/vscodium*.desktop
Target = !usr/share/applications/*-url-handler.desktop
[Action]
Description = Patching Desktop files for Visual Studio Code...
When = PostTransaction
Exec = /usr/lib/vscode-xdg-patch-hook/apply-xdg-patch.sh
NeedsTargets
|