mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-04 10:37:15 +08:00
529021cd09
added gconf an opera dep
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
|
|
}
|