mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 19:37:14 +08:00
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
post_upgrade() {
|
||
|
# clean up upstream soname mess
|
||
|
rm -f usr/lib/libargon2.so.0
|
||
|
}
|