mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 15:58:19 +01:00
- Add vulkan-driver to dependency - Add suppoted IDEs to optional dependency - Preserve static libraries - Add install file
7 lines
119 B
Text
7 lines
119 B
Text
post_install() {
|
|
mkdir -m 777 /opt/unreal-engine/.vscode
|
|
}
|
|
|
|
pre_remove() {
|
|
rm -rf /opt/unreal-engine/.vscode
|
|
}
|