summarylogtreecommitdiffstats
path: root/unreal-engine-bin.install
blob: 72cd054b25e60119be9cf09f1403f60dfd684bc9 (plain)
1
2
3
4
5
6
7
post_install() {
    mkdir -m 777 /opt/unreal-engine/.vscode
}

pre_remove() {
    rm -rf /opt/unreal-engine/.vscode
}