diff options
author | root <root@rshg054.dnsready.net> | 2011-09-24 23:14:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-24 23:14:35 +0000 |
commit | 38a0b12ffffc8842019f47425b60688253e709b0 (patch) | |
tree | 73c9939e109bcff426e5d2a91fdd1a7baee2f2d3 /gnome-unstable/eog-plugins/eog-plugins.install | |
parent | cb2a1951e9cd1de18c0ab88c9d741e91a423fc36 (diff) |
Sat Sep 24 23:14:35 UTC 2011
Diffstat (limited to 'gnome-unstable/eog-plugins/eog-plugins.install')
-rw-r--r-- | gnome-unstable/eog-plugins/eog-plugins.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-unstable/eog-plugins/eog-plugins.install b/gnome-unstable/eog-plugins/eog-plugins.install new file mode 100644 index 000000000..24072f316 --- /dev/null +++ b/gnome-unstable/eog-plugins/eog-plugins.install @@ -0,0 +1,11 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |