mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 03:27:14 +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
|
|
}
|