diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-04-23 01:06:05 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-04-24 04:32:22 -0400 |
commit | 69f0e4720d2168ba4fd398f43465a7c7f802c159 (patch) | |
tree | 833a82b7d2d2aee31125d9d06759b5782ef63094 /pcr/gconf-gtk2/gconf.install | |
parent | 0f3427fb192c71fdf63338160d8b795daa110e6c (diff) | |
download | abslibre-69f0e4720d2168ba4fd398f43465a7c7f802c159.tar.gz abslibre-69f0e4720d2168ba4fd398f43465a7c7f802c159.tar.bz2 abslibre-69f0e4720d2168ba4fd398f43465a7c7f802c159.zip |
[gninjam][gconfmm][gconf-gtk2]: add packages
Diffstat (limited to 'pcr/gconf-gtk2/gconf.install')
-rw-r--r-- | pcr/gconf-gtk2/gconf.install | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pcr/gconf-gtk2/gconf.install b/pcr/gconf-gtk2/gconf.install new file mode 100644 index 000000000..a5ea777a5 --- /dev/null +++ b/pcr/gconf-gtk2/gconf.install @@ -0,0 +1,17 @@ +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 +} |