summaryrefslogtreecommitdiff
path: root/pcr/gnome-boxes/gnome-boxes.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gnome-boxes/gnome-boxes.install')
-rw-r--r--pcr/gnome-boxes/gnome-boxes.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/gnome-boxes/gnome-boxes.install b/pcr/gnome-boxes/gnome-boxes.install
new file mode 100644
index 000000000..2b172e29c
--- /dev/null
+++ b/pcr/gnome-boxes/gnome-boxes.install
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}