mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 13:54:37 +08:00
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
post_upgrade() {
|
|
if [ -f usr/etc/pango/pango.modules ]; then
|
|
rm usr/etc/pango/pango.modules
|
|
fi
|
|
if [ -f etc/pango/pango.modules ]; then
|
|
rm etc/pango/pango.modules
|
|
fi
|
|
}
|