summarylogtreecommitdiffstats
path: root/gconf.install
blob: 898b59fb3b7437495e50e0dc7dd5254e85d941a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  ldconfig -r .
  usr/bin/gio-querymodules-32 usr/lib32/gio/modules
}

post_upgrade() {
  post_install
}

post_remove() {
  usr/bin/gio-querymodules-32 usr/lib32/gio/modules
}

# vim: ts=2 sw=2 et: