summaryrefslogtreecommitdiff
path: root/community/shotwell/shotwell.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-25 23:14:43 +0000
committerroot <root@rshg054.dnsready.net>2011-08-25 23:14:43 +0000
commit9621cbabd4788b98dfdee59d784c4b4b58384c6b (patch)
tree8dbd549f0f81a825febf0db7fbf641db995459be /community/shotwell/shotwell.install
parentf53c212680c1817ef2337855ef8814dea6b07e4e (diff)
Thu Aug 25 23:14:43 UTC 2011
Diffstat (limited to 'community/shotwell/shotwell.install')
-rw-r--r--community/shotwell/shotwell.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/shotwell/shotwell.install b/community/shotwell/shotwell.install
index 83c95a70f..9e61524c4 100644
--- a/community/shotwell/shotwell.install
+++ b/community/shotwell/shotwell.install
@@ -4,6 +4,7 @@ post_install() {
gtk-update-icon-cache -fq -t usr/share/icons/hicolor
usr/sbin/gconfpkg --install ${pkgname}
update-desktop-database -q
+ glib-compile-schemas usr/share/glib-2.0/schemas
}
pre_upgrade() {
@@ -21,4 +22,5 @@ pre_remove() {
post_remove() {
update-desktop-database -q
gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+ glib-compile-schemas usr/share/glib-2.0/schemas
}