mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
7 lines
95 B
Bash
7 lines
95 B
Bash
#!/bin/sh
|
|
|
|
post_upgrade() {
|
|
# clean up upstream soname mess
|
|
rm -f usr/lib/libargon2.so.0
|
|
}
|