summaryrefslogtreecommitdiff
path: root/community/gnome-boxes/gnome-boxes.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-17 03:23:13 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-17 03:23:13 +0000
commitd9e3d7066ad07c8dd884792dd90fecb9f5971ab2 (patch)
tree576dd0e595b65810f7f19ae8b9e9617a52831dec /community/gnome-boxes/gnome-boxes.install
parentc78a18750fc2b9df6ea94089159f4176a1f9198d (diff)
Thu Apr 17 03:20:20 UTC 2014
Diffstat (limited to 'community/gnome-boxes/gnome-boxes.install')
-rw-r--r--community/gnome-boxes/gnome-boxes.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/gnome-boxes/gnome-boxes.install b/community/gnome-boxes/gnome-boxes.install
new file mode 100644
index 000000000..c0ed9a0d7
--- /dev/null
+++ b/community/gnome-boxes/gnome-boxes.install
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}