mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 07:47:14 +08:00
15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
post_install() {
|
|
ldconfig -r .
|
|
chmod 755 etc/gconf/gconf.xml.system
|
|
usr/bin/gio-querymodules usr/lib/gio/modules
|
|
}
|
|
|
|
post_upgrade() {
|
|
ldconfig -r .
|
|
chmod 755 etc/gconf/gconf.xml.system
|
|
usr/bin/gio-querymodules usr/lib/gio/modules
|
|
}
|
|
|
|
post_remove() {
|
|
usr/bin/gio-querymodules usr/lib/gio/modules
|
|
} |