mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 20:37:16 +08:00
13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
post_install() {
|
|
pre_remove
|
|
}
|
|
|
|
post_upgrade() {
|
|
pre_remove
|
|
}
|
|
|
|
pre_remove() {
|
|
sed -e '/\/opt\/lib32\/opt\/qt\/lib/d' -i etc/ld.so.conf
|
|
}
|
|
|