mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
post_install() {
|
|
# Removing sys.so if needed, in order for Julia to start, see FS#39721
|
|
julia --version 2>/dev/null || rm /usr/lib/julia/sys.so
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
} |