mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-05 21:57:24 +08:00
18 lines
356 B
Plaintext
18 lines
356 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
|
||
|
|
||
|
pkill /usr/lib/GConf/gconfd-2 || return 0
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
usr/bin/gio-querymodules usr/lib/gio/modules
|
||
|
}
|